#601954

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

Shades of Palatinate Purple #601954

Tints of Palatinate Purple #601954

Color information

#601954 (or 0x601954) is unknown color: approx Palatinate Purple. HEX triplet: 60, 19 and 54. RGB value is (96,25,84). Sum of RGB (Red+Green+Blue) = 96+25+84=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 84 (33.20% from 255 or 40.98% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #601954 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601954 is #9FE6AB. Grayscale: #343434. Windows color (decimal): -10479276 or 5511520. OLE color: 5511520.

HSL color Cylindrical-coordinate representation of color #601954: hue angle of 310.14º 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 #601954 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB962584-
CMYK00.740.120.62
HSL310.14º58.68%23.73%-
HSV(B)310.14º73.96%37.65%-
XYZ6.773.828.77-
YUV52.96145.52158.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.83%
GREEN value IS 25 (10.16% from 255) = 12.20%
BLUE value IS 84 (33.20% from 255) = 40.98%
R=46.83%
G=12.20%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96258400.740.120.62310.1458.6823.73
Hex60195404AC3E1363b18
Octal14031124011214764667330
Binary110000011001101010001001010110011111010011011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601954; }

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

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

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

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

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

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

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

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