#601855

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

Shades of Palatinate Purple #601855

Tints of Palatinate Purple #601855

Color information

#601855 (or 0x601855) is unknown color: approx Palatinate Purple. HEX triplet: 60, 18 and 55. RGB value is (96,24,85). Sum of RGB (Red+Green+Blue) = 96+24+85=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 85 (33.59% from 255 or 41.46% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #601855 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601855 is #9FE7AA. Grayscale: #343434. Windows color (decimal): -10479531 or 5576800. OLE color: 5576800.

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

Color convert

RGB962485-
CMYK00.750.110.62
HSL309.17º60%23.53%-
HSV(B)309.17º75%37.65%-
XYZ6.793.88.97-
YUV52.48146.35159.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.83%
GREEN value IS 24 (9.77% from 255) = 11.71%
BLUE value IS 85 (33.59% from 255) = 41.46%
R=46.83%
G=11.71%
B=41.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96248500.750.110.62309.176023.53
Hex60185504BB3E1353c18
Octal14030125011313764657430
Binary110000011000101010101001011101111111010011010111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601855; }

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

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

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

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

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

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

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

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