#601F53

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

Shades of Palatinate Purple #601F53

Tints of Palatinate Purple #601F53

Color information

#601F53 (or 0x601F53) is unknown color: approx Palatinate Purple. HEX triplet: 60, 1F and 53. RGB value is (96,31,83). Sum of RGB (Red+Green+Blue) = 96+31+83=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 31 (12.5% from 255 or 14.76% from 210); Blue value is 83 (32.81% from 255 or 39.52% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #601F53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601F53 is #9FE0AC. Grayscale: #383838. Windows color (decimal): -10477741 or 5447520. OLE color: 5447520.

HSL color Cylindrical-coordinate representation of color #601F53: hue angle of 312º 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 #601F53 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB963183-
CMYK00.680.140.62
HSL312º51.18%24.9%-
HSV(B)312º67.71%37.65%-
XYZ6.884.098.61-
YUV56.36143.03156.27-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.71%
GREEN value IS 31 (12.5% from 255) = 14.76%
BLUE value IS 83 (32.81% from 255) = 39.52%
R=45.71%
G=14.76%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96318300.680.140.6231251.1824.9
Hex601F53044E3E1383319
Octal14037123010416764706331
Binary110000011111101001101000100111011111010011100011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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