#6C0C5C

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

Shades of Palatinate Purple #6C0C5C

Tints of Palatinate Purple #6C0C5C

Color information

#6C0C5C (or 0x6C0C5C) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 0C and 5C. RGB value is (108,12,92). Sum of RGB (Red+Green+Blue) = 108+12+92=212 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.94% from 212); Green value is 12 (5.08% from 255 or 5.66% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0C5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0C5C is #93F3A3. Grayscale: #313131. Windows color (decimal): -9696164 or 6032492. OLE color: 6032492.

HSL color Cylindrical-coordinate representation of color #6C0C5C: hue angle of 310º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6C0C5C is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB1081292-
CMYK00.890.150.58
HSL310º80%23.53%-
HSV(B)310º88.89%42.35%-
XYZ8.254.2210.51-
YUV49.82151.8169.5-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 50.94%
GREEN value IS 12 (5.08% from 255) = 5.66%
BLUE value IS 92 (36.33% from 255) = 43.40%
R=50.94%
G=5.66%
B=43.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108129200.890.150.583108023.53
Hex6CC5C059F3A1365018
Octal154141340131177246612030
Binary110110011001011100010110011111111010100110110101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,12,92); }

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

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

 a { background-color: rgb(108,12,92); }

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

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

 span { border-color: rgb(108,12,92); }

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