#601853

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

Shades of Palatinate Purple #601853

Tints of Palatinate Purple #601853

Color information

#601853 (or 0x601853) is unknown color: approx Palatinate Purple. HEX triplet: 60, 18 and 53. RGB value is (96,24,83). Sum of RGB (Red+Green+Blue) = 96+24+83=203 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.29% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 96 - color contains mainly: red. Hex color #601853 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601853 is #9FE7AC. Grayscale: #343434. Windows color (decimal): -10479533 or 5445728. OLE color: 5445728.

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

Color convert

RGB962483-
CMYK00.750.140.62
HSL310.83º60%23.53%-
HSV(B)310.83º75%37.65%-
XYZ6.713.768.56-
YUV52.25145.35159.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.29%
GREEN value IS 24 (9.77% from 255) = 11.82%
BLUE value IS 83 (32.81% from 255) = 40.89%
R=47.29%
G=11.82%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96248300.750.140.62310.836023.53
Hex60185304BE3E1373c18
Octal14030123011316764677430
Binary110000011000101001101001011111011111010011011111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601853; }

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

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

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

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

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

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

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

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