#600F5F

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

Shades of Palatinate Purple #600F5F

Tints of Palatinate Purple #600F5F

Color information

#600F5F (or 0x600F5F) is unknown color: approx Palatinate Purple. HEX triplet: 60, 0F and 5F. RGB value is (96,15,95). Sum of RGB (Red+Green+Blue) = 96+15+95=206 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.60% from 206); Green value is 15 (6.25% from 255 or 7.28% from 206); Blue value is 95 (37.5% from 255 or 46.12% from 206); Max value from RGB is 96 - color contains mainly: red. Hex color #600F5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600F5F is #9FF0A0. Grayscale: #303030. Windows color (decimal): -10481825 or 6229856. OLE color: 6229856.

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

Color convert

RGB961595-
CMYK00.840.010.62
HSL300.74º72.97%21.76%-
HSV(B)300.74º84.38%37.65%-
XYZ7.063.6511.16-
YUV48.34154.34162-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.60%
GREEN value IS 15 (6.25% from 255) = 7.28%
BLUE value IS 95 (37.5% from 255) = 46.12%
R=46.60%
G=7.28%
B=46.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96159500.840.010.62300.7472.9721.76
Hex60F5F05413E12d4916
Octal14017137012417645511126
Binary110000011111011111010101001111110100101101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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