#6C0B5E

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

Shades of Palatinate Purple #6C0B5E

Tints of Palatinate Purple #6C0B5E

Color information

#6C0B5E (or 0x6C0B5E) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 0B and 5E. RGB value is (108,11,94). Sum of RGB (Red+Green+Blue) = 108+11+94=213 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.70% from 213); Green value is 11 (4.69% from 255 or 5.16% from 213); Blue value is 94 (37.11% from 255 or 44.13% from 213); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0B5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0B5E is #93F4A1. Grayscale: #313131. Windows color (decimal): -9696418 or 6163308. OLE color: 6163308.

HSL color Cylindrical-coordinate representation of color #6C0B5E: hue angle of 308.66º 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 #6C0B5E is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB1081194-
CMYK00.900.130.58
HSL308.66º81.51%23.33%-
HSV(B)308.66º89.81%42.35%-
XYZ8.324.2410.97-
YUV49.46153.14169.75-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 50.70%
GREEN value IS 11 (4.69% from 255) = 5.16%
BLUE value IS 94 (37.11% from 255) = 44.13%
R=50.70%
G=5.16%
B=44.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108119400.900.130.58308.6681.5123.33
Hex6CB5E05AD3A1355217
Octal154131360132157246512227
Binary110110010111011110010110101101111010100110101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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