#601F52

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

Shades of Palatinate Purple #601F52

Tints of Palatinate Purple #601F52

Color information

#601F52 (or 0x601F52) is unknown color: approx Palatinate Purple. HEX triplet: 60, 1F and 52. RGB value is (96,31,82). Sum of RGB (Red+Green+Blue) = 96+31+82=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 31 (12.5% from 255 or 14.83% from 209); Blue value is 82 (32.42% from 255 or 39.23% from 209); Max value from RGB is 96 - color contains mainly: red. Hex color #601F52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601F52 is #9FE0AD. Grayscale: #383838. Windows color (decimal): -10477742 or 5381984. OLE color: 5381984.

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

Color convert

RGB963182-
CMYK00.680.150.62
HSL312.92º51.18%24.9%-
HSV(B)312.92º67.71%37.65%-
XYZ6.844.088.41-
YUV56.25142.53156.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.93%
GREEN value IS 31 (12.5% from 255) = 14.83%
BLUE value IS 82 (32.42% from 255) = 39.23%
R=45.93%
G=14.83%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96318200.680.150.62312.9251.1824.9
Hex601F52044F3E1393319
Octal14037122010417764716331
Binary110000011111101001001000100111111111010011100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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