#600F60

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

Shades of Palatinate Purple #600F60

Tints of Palatinate Purple #600F60

Color information

#600F60 (or 0x600F60) is unknown color: approx Palatinate Purple. HEX triplet: 60, 0F and 60. RGB value is (96,15,96). Sum of RGB (Red+Green+Blue) = 96+15+96=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 15 (6.25% from 255 or 7.25% from 207); Blue value is 96 (37.89% from 255 or 46.38% from 207); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #600F60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600F60 is #9FF09F. Grayscale: #303030. Windows color (decimal): -10481824 or 6295392. OLE color: 6295392.

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

Color convert

RGB961596-
CMYK00.8400.62
HSL300º72.97%21.76%-
HSV(B)300º84.38%37.65%-
XYZ7.113.6711.4-
YUV48.45154.84161.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.38%
GREEN value IS 15 (6.25% from 255) = 7.25%
BLUE value IS 96 (37.89% from 255) = 46.38%
R=46.38%
G=7.25%
B=46.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96159600.8400.6230072.9721.76
Hex60F6005403E12c4916
Octal14017140012407645411126
Binary110000011111100000010101000111110100101100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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