#6E395D

Color #6E395D Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #6E395D

Tints of Palatinate Purple #6E395D

Color information

#6E395D (or 0x6E395D) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 39 and 5D. RGB value is (110,57,93). Sum of RGB (Red+Green+Blue) = 110+57+93=260 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.31% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 110 - color contains mainly: red. Hex color #6E395D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E395D is #91C6A2. Grayscale: #4C4C4C. Windows color (decimal): -9553571 or 6109550. OLE color: 6109550.

HSL color Cylindrical-coordinate representation of color #6E395D: hue angle of 319.25º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6E395D is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB1105793-
CMYK00.480.150.57
HSL319.25º31.74%32.75%-
HSV(B)319.25º48.18%43.14%-
XYZ9.877.0311.19-
YUV76.95137.06151.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 110 (43.36% from 255) = 42.31%
GREEN value IS 57 (22.66% from 255) = 21.92%
BLUE value IS 93 (36.72% from 255) = 35.77%
R=42.31%
G=21.92%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110579300.480.150.57319.2531.7432.75
Hex6E395D030F3913f2021
Octal1567113506017714774041
Binary1101110111001101110101100001111111001100111111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E395D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E395D; }

 p { color: rgb(110,57,93); }

 H1.HeaderClassName
 {
   color: #6E395D;
 }
 .AnyTagClassName
 {
   color: #6E395D;
 }
</style>
background-color css

<style>
 a { background-color: #6E395D; }

 a { background-color: rgb(110,57,93); }

 div.DivClassName
 {
   background-color: #6E395D;
 }
 .BgClassName
 {
   background-color: #6E395D;
 }
</style>
border-color css

<style>
 span { border-color: #6E395D; }

 span { border-color: rgb(110,57,93); }

 td.TdClassName
 {
   border-color: #6E395D;
 }
 .TagClassName
 {
   border-color: #6E395D;
 }
</style>