#601953

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

Shades of Palatinate Purple #601953

Tints of Palatinate Purple #601953

Color information

#601953 (or 0x601953) is unknown color: approx Palatinate Purple. HEX triplet: 60, 19 and 53. RGB value is (96,25,83). Sum of RGB (Red+Green+Blue) = 96+25+83=204 (27% of max value = 765). Red value is 96 (37.89% from 255 or 47.06% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 96 - color contains mainly: red. Hex color #601953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601953 is #9FE6AC. Grayscale: #343434. Windows color (decimal): -10479277 or 5445984. OLE color: 5445984.

HSL color Cylindrical-coordinate representation of color #601953: hue angle of 310.99º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #601953 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB962583-
CMYK00.740.140.62
HSL310.99º58.68%23.73%-
HSV(B)310.99º73.96%37.65%-
XYZ6.733.818.56-
YUV52.84145.02158.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.06%
GREEN value IS 25 (10.16% from 255) = 12.25%
BLUE value IS 83 (32.81% from 255) = 40.69%
R=47.06%
G=12.25%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96258300.740.140.62310.9958.6823.73
Hex60195304AE3E1373b18
Octal14031123011216764677330
Binary110000011001101001101001010111011111010011011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601953; }

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

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

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

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

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

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

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

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