#600C5C

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

Shades of Palatinate Purple #600C5C

Tints of Palatinate Purple #600C5C

Color information

#600C5C (or 0x600C5C) is unknown color: approx Palatinate Purple. HEX triplet: 60, 0C and 5C. RGB value is (96,12,92). Sum of RGB (Red+Green+Blue) = 96+12+92=200 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48% from 200); Green value is 12 (5.08% from 255 or 6% from 200); Blue value is 92 (36.33% from 255 or 46% from 200); Max value from RGB is 96 - color contains mainly: red. Hex color #600C5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600C5C is #9FF3A3. Grayscale: #2D2D2D. Windows color (decimal): -10482596 or 6032480. OLE color: 6032480.

HSL color Cylindrical-coordinate representation of color #600C5C: hue angle of 302.86º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #600C5C is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB961292-
CMYK00.880.040.62
HSL302.86º77.78%21.18%-
HSV(B)302.86º87.5%37.65%-
XYZ6.893.5210.44-
YUV46.24153.83163.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48%
GREEN value IS 12 (5.08% from 255) = 6%
BLUE value IS 92 (36.33% from 255) = 46%
R=48%
G=6%
B=46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96129200.880.040.62302.8677.7821.18
Hex60C5C05843E12f4e15
Octal14014134013047645711625
Binary11000001100101110001011000100111110100101111100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600C5C; }

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

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

<style>
 a { background-color: #600C5C; }

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

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

<style>
 span { border-color: #600C5C; }

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

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