#601859

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

Shades of Palatinate Purple #601859

Tints of Palatinate Purple #601859

Color information

#601859 (or 0x601859) is unknown color: approx Palatinate Purple. HEX triplet: 60, 18 and 59. RGB value is (96,24,89). Sum of RGB (Red+Green+Blue) = 96+24+89=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 96 - color contains mainly: red. Hex color #601859 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601859 is #9FE7A6. Grayscale: #343434. Windows color (decimal): -10479527 or 5838944. OLE color: 5838944.

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

Color convert

RGB962489-
CMYK00.750.070.62
HSL305.83º60%23.53%-
HSV(B)305.83º75%37.65%-
XYZ6.953.869.83-
YUV52.94148.35158.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.93%
GREEN value IS 24 (9.77% from 255) = 11.48%
BLUE value IS 89 (35.16% from 255) = 42.58%
R=45.93%
G=11.48%
B=42.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96248900.750.070.62305.836023.53
Hex60185904B73E1323c18
Octal1403013101137764627430
Binary11000001100010110010100101111111111010011001011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601859; }

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

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

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

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

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

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

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

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