#601E56

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

Shades of Palatinate Purple #601E56

Tints of Palatinate Purple #601E56

Color information

#601E56 (or 0x601E56) is unknown color: approx Palatinate Purple. HEX triplet: 60, 1E and 56. RGB value is (96,30,86). Sum of RGB (Red+Green+Blue) = 96+30+86=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 30 (12.11% from 255 or 14.15% from 212); Blue value is 86 (33.98% from 255 or 40.57% from 212); Max value from RGB is 96 - color contains mainly: red. Hex color #601E56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601E56 is #9FE1A9. Grayscale: #373737. Windows color (decimal): -10477994 or 5643872. OLE color: 5643872.

HSL color Cylindrical-coordinate representation of color #601E56: hue angle of 309.09º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #601E56 is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB963086-
CMYK00.690.100.62
HSL309.09º52.38%24.71%-
HSV(B)309.09º68.75%37.65%-
XYZ6.974.099.23-
YUV56.12144.87156.45-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.28%
GREEN value IS 30 (12.11% from 255) = 14.15%
BLUE value IS 86 (33.98% from 255) = 40.57%
R=45.28%
G=14.15%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96308600.690.100.62309.0952.3824.71
Hex601E56045A3E1353419
Octal14036126010512764656431
Binary110000011110101011001000101101011111010011010111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,30,86); }

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

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

 a { background-color: rgb(96,30,86); }

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

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

 span { border-color: rgb(96,30,86); }

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