#6C116E

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

Shades of Palatinate Purple #6C116E

Tints of Palatinate Purple #6C116E

Color information

#6C116E (or 0x6C116E) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 11 and 6E. RGB value is (108,17,110). Sum of RGB (Red+Green+Blue) = 108+17+110=235 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.96% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 110 (43.36% from 255 or 46.81% from 235); Max value from RGB is 110 - color contains mainly: blue. Hex color #6C116E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C116E is #93EE91. Grayscale: #363636. Windows color (decimal): -9694866 or 7213420. OLE color: 7213420.

HSL color Cylindrical-coordinate representation of color #6C116E: hue angle of 298.71º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6C116E is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10817110-
CMYK0.020.8500.57
HSL298.71º73.23%24.9%-
HSV(B)298.71º84.55%43.14%-
XYZ9.24.7115.18-
YUV54.81159.15165.94-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 45.96%
GREEN value IS 17 (7.03% from 255) = 7.23%
BLUE value IS 110 (43.36% from 255) = 46.81%
R=45.96%
G=7.23%
B=46.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal108171100.020.8500.57298.7173.2324.9
Hex6C116E25503912b4919
Octal15421156212507145311131
Binary11011001000111011101010101010111001100101011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C116E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,17,110); }

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

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

 a { background-color: rgb(108,17,110); }

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

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

 span { border-color: rgb(108,17,110); }

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