#600E60

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

Shades of Palatinate Purple #600E60

Tints of Palatinate Purple #600E60

Color information

#600E60 (or 0x600E60) is unknown color: approx Palatinate Purple. HEX triplet: 60, 0E and 60. RGB value is (96,14,96). Sum of RGB (Red+Green+Blue) = 96+14+96=206 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.60% from 206); Green value is 14 (5.86% from 255 or 6.80% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #600E60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600E60 is #9FF19F. Grayscale: #2F2F2F. Windows color (decimal): -10482080 or 6295136. OLE color: 6295136.

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

Color convert

RGB961496-
CMYK00.8500.62
HSL300º74.55%21.57%-
HSV(B)300º85.42%37.65%-
XYZ7.093.6511.4-
YUV47.87155.17162.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.60%
GREEN value IS 14 (5.86% from 255) = 6.80%
BLUE value IS 96 (37.89% from 255) = 46.60%
R=46.60%
G=6.80%
B=46.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96149600.8500.6230074.5521.57
Hex60E6005503E12c4b16
Octal14016140012507645411326
Binary110000011101100000010101010111110100101100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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