#601A52

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

Shades of Palatinate Purple #601A52

Tints of Palatinate Purple #601A52

Color information

#601A52 (or 0x601A52) is unknown color: approx Palatinate Purple. HEX triplet: 60, 1A and 52. RGB value is (96,26,82). Sum of RGB (Red+Green+Blue) = 96+26+82=204 (27% of max value = 765). Red value is 96 (37.89% from 255 or 47.06% from 204); Green value is 26 (10.55% from 255 or 12.75% from 204); Blue value is 82 (32.42% from 255 or 40.20% from 204); Max value from RGB is 96 - color contains mainly: red. Hex color #601A52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601A52 is #9FE5AD. Grayscale: #353535. Windows color (decimal): -10479022 or 5380704. OLE color: 5380704.

HSL color Cylindrical-coordinate representation of color #601A52: hue angle of 312º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #601A52 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB962682-
CMYK00.730.150.62
HSL312º57.38%23.92%-
HSV(B)312º72.92%37.65%-
XYZ6.723.838.37-
YUV53.31144.19158.45-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.06%
GREEN value IS 26 (10.55% from 255) = 12.75%
BLUE value IS 82 (32.42% from 255) = 40.20%
R=47.06%
G=12.75%
B=40.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96268200.730.150.6231257.3823.92
Hex601A52049F3E1383918
Octal14032122011117764707130
Binary110000011010101001001001001111111111010011100011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601A52; }

 p { color: rgb(96,26,82); }

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

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

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

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

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

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

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