#601D52

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

Shades of Palatinate Purple #601D52

Tints of Palatinate Purple #601D52

Color information

#601D52 (or 0x601D52) is unknown color: approx Palatinate Purple. HEX triplet: 60, 1D and 52. RGB value is (96,29,82). Sum of RGB (Red+Green+Blue) = 96+29+82=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 29 (11.72% from 255 or 14.01% from 207); Blue value is 82 (32.42% from 255 or 39.61% from 207); Max value from RGB is 96 - color contains mainly: red. Hex color #601D52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601D52 is #9FE2AD. Grayscale: #363636. Windows color (decimal): -10478254 or 5381472. OLE color: 5381472.

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

Color convert

RGB962982-
CMYK00.700.150.62
HSL312.54º53.6%24.51%-
HSV(B)312.54º69.79%37.65%-
XYZ6.793.978.39-
YUV55.08143.2157.19-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.38%
GREEN value IS 29 (11.72% from 255) = 14.01%
BLUE value IS 82 (32.42% from 255) = 39.61%
R=46.38%
G=14.01%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96298200.700.150.62312.5453.624.51
Hex601D52046F3E1393619
Octal14035122010617764716631
Binary110000011101101001001000110111111111010011100111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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