#600159

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

Shades of Palatinate Purple #600159

Tints of Palatinate Purple #600159

Color information

#600159 (or 0x600159) is unknown color: approx Palatinate Purple. HEX triplet: 60, 01 and 59. RGB value is (96,1,89). Sum of RGB (Red+Green+Blue) = 96+1+89=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 89 (35.16% from 255 or 47.85% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #600159 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600159 is #9FFEA6. Grayscale: #272727. Windows color (decimal): -10485415 or 5833056. OLE color: 5833056.

HSL color Cylindrical-coordinate representation of color #600159: hue angle of 304.42º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #600159 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB96189-
CMYK00.990.070.62
HSL304.42º97.94%19.02%-
HSV(B)304.42º98.96%37.65%-
XYZ6.643.239.72-
YUV39.44155.97168.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.61%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 89 (35.16% from 255) = 47.85%
R=51.61%
G=0.54%
B=47.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9618900.990.070.62304.4297.9419.02
Hex6015906373E1306213
Octal1401131014377646014223
Binary11000001101100101100011111111110100110000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600159; }

 p { color: rgb(96,1,89); }

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

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

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

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

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

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

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