#601858

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

Shades of Palatinate Purple #601858

Tints of Palatinate Purple #601858

Color information

#601858 (or 0x601858) is unknown color: approx Palatinate Purple. HEX triplet: 60, 18 and 58. RGB value is (96,24,88). Sum of RGB (Red+Green+Blue) = 96+24+88=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 88 (34.77% from 255 or 42.31% from 208); Max value from RGB is 96 - color contains mainly: red. Hex color #601858 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601858 is #9FE7A7. Grayscale: #343434. Windows color (decimal): -10479528 or 5773408. OLE color: 5773408.

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

Color convert

RGB962488-
CMYK00.750.080.62
HSL306.67º60%23.53%-
HSV(B)306.67º75%37.65%-
XYZ6.913.849.61-
YUV52.82147.85158.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.15%
GREEN value IS 24 (9.77% from 255) = 11.54%
BLUE value IS 88 (34.77% from 255) = 42.31%
R=46.15%
G=11.54%
B=42.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96248800.750.080.62306.676023.53
Hex60185804B83E1333c18
Octal14030130011310764637430
Binary110000011000101100001001011100011111010011001111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601858; }

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

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

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

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

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

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

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

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