#6E0B62

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

Shades of Palatinate Purple #6E0B62

Tints of Palatinate Purple #6E0B62

Color information

#6E0B62 (or 0x6E0B62) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 0B and 62. RGB value is (110,11,98). Sum of RGB (Red+Green+Blue) = 110+11+98=219 (29% of max value = 765). Red value is 110 (43.36% from 255 or 50.23% from 219); Green value is 11 (4.69% from 255 or 5.02% from 219); Blue value is 98 (38.67% from 255 or 44.75% from 219); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0B62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0B62 is #91F49D. Grayscale: #323232. Windows color (decimal): -9565342 or 6425454. OLE color: 6425454.

HSL color Cylindrical-coordinate representation of color #6E0B62: hue angle of 307.27º 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 #6E0B62 is Cyan = 0, Magento = 0.9, Yellow = 0.11 and Black (K on CMYK) = 0.57.

Color convert

RGB1101198-
CMYK00.90.110.57
HSL307.27º81.82%23.73%-
HSV(B)307.27º90%43.14%-
XYZ8.754.4411.95-
YUV50.52154.8170.43-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 50.23%
GREEN value IS 11 (4.69% from 255) = 5.02%
BLUE value IS 98 (38.67% from 255) = 44.75%
R=50.23%
G=5.02%
B=44.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.11
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110119800.90.110.57307.2781.8223.73
Hex6EB6205AB391335218
Octal156131420132137146312230
Binary110111010111100010010110101011111001100110011101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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