#600C57

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

Shades of Palatinate Purple #600C57

Tints of Palatinate Purple #600C57

Color information

#600C57 (or 0x600C57) is unknown color: approx Palatinate Purple. HEX triplet: 60, 0C and 57. RGB value is (96,12,87). Sum of RGB (Red+Green+Blue) = 96+12+87=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 12 (5.08% from 255 or 6.15% from 195); Blue value is 87 (34.38% from 255 or 44.62% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #600C57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600C57 is #9FF3A8. Grayscale: #2D2D2D. Windows color (decimal): -10482601 or 5704800. OLE color: 5704800.

HSL color Cylindrical-coordinate representation of color #600C57: hue angle of 306.43º 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 #600C57 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB961287-
CMYK00.880.090.62
HSL306.43º77.78%21.18%-
HSV(B)306.43º87.5%37.65%-
XYZ6.683.449.33-
YUV45.67151.33163.9-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.23%
GREEN value IS 12 (5.08% from 255) = 6.15%
BLUE value IS 87 (34.38% from 255) = 44.62%
R=49.23%
G=6.15%
B=44.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96128700.880.090.62306.4377.7821.18
Hex60C5705893E1324e15
Octal140141270130117646211625
Binary110000011001010111010110001001111110100110010100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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