#600F5C

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

Shades of Palatinate Purple #600F5C

Tints of Palatinate Purple #600F5C

Color information

#600F5C (or 0x600F5C) is unknown color: approx Palatinate Purple. HEX triplet: 60, 0F and 5C. RGB value is (96,15,92). Sum of RGB (Red+Green+Blue) = 96+15+92=203 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.29% from 203); Green value is 15 (6.25% from 255 or 7.39% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 96 - color contains mainly: red. Hex color #600F5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600F5C is #9FF0A3. Grayscale: #2F2F2F. Windows color (decimal): -10481828 or 6033248. OLE color: 6033248.

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

Color convert

RGB961592-
CMYK00.840.040.62
HSL302.96º72.97%21.76%-
HSV(B)302.96º84.38%37.65%-
XYZ6.933.610.46-
YUV48152.84162.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.29%
GREEN value IS 15 (6.25% from 255) = 7.39%
BLUE value IS 92 (36.33% from 255) = 45.32%
R=47.29%
G=7.39%
B=45.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96159200.840.040.62302.9672.9721.76
Hex60F5C05443E12f4916
Octal14017134012447645711126
Binary11000001111101110001010100100111110100101111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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