#6C0B66

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

Shades of Palatinate Purple #6C0B66

Tints of Palatinate Purple #6C0B66

Color information

#6C0B66 (or 0x6C0B66) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 0B and 66. RGB value is (108,11,102). Sum of RGB (Red+Green+Blue) = 108+11+102=221 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.87% from 221); Green value is 11 (4.69% from 255 or 4.98% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0B66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0B66 is #93F499. Grayscale: #323232. Windows color (decimal): -9696410 or 6687596. OLE color: 6687596.

HSL color Cylindrical-coordinate representation of color #6C0B66: hue angle of 303.71º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C0B66 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB10811102-
CMYK00.900.060.58
HSL303.71º81.51%23.33%-
HSV(B)303.71º89.81%42.35%-
XYZ8.74.3912.96-
YUV50.38157.14169.1-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 48.87%
GREEN value IS 11 (4.69% from 255) = 4.98%
BLUE value IS 102 (40.23% from 255) = 46.15%
R=48.87%
G=4.98%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1081110200.900.060.58303.7181.5123.33
Hex6CB6605A63A1305217
Octal15413146013267246012227
Binary11011001011110011001011010110111010100110000101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,11,102); }

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

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

 a { background-color: rgb(108,11,102); }

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

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

 span { border-color: rgb(108,11,102); }

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