#6E0B5C

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

Shades of Palatinate Purple #6E0B5C

Tints of Palatinate Purple #6E0B5C

Color information

#6E0B5C (or 0x6E0B5C) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 0B and 5C. RGB value is (110,11,92). Sum of RGB (Red+Green+Blue) = 110+11+92=213 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.64% from 213); Green value is 11 (4.69% from 255 or 5.16% from 213); Blue value is 92 (36.33% from 255 or 43.19% from 213); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0B5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0B5C is #91F4A3. Grayscale: #313131. Windows color (decimal): -9565348 or 6032238. OLE color: 6032238.

HSL color Cylindrical-coordinate representation of color #6E0B5C: hue angle of 310.91º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6E0B5C is Cyan = 0, Magento = 0.9, Yellow = 0.16 and Black (K on CMYK) = 0.57.

Color convert

RGB1101192-
CMYK00.90.160.57
HSL310.91º81.82%23.73%-
HSV(B)310.91º90%43.14%-
XYZ8.484.3310.51-
YUV49.84151.8170.91-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 51.64%
GREEN value IS 11 (4.69% from 255) = 5.16%
BLUE value IS 92 (36.33% from 255) = 43.19%
R=51.64%
G=5.16%
B=43.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.16
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110119200.90.160.57310.9181.8223.73
Hex6EB5C05A10391375218
Octal156131340132207146712230
Binary1101110101110111000101101010000111001100110111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,11,92); }

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

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

 a { background-color: rgb(110,11,92); }

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

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

 span { border-color: rgb(110,11,92); }

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