#601e59

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

Shades of Palatinate Purple #601E59

Tints of Palatinate Purple #601E59

Color information

#601E59 (or 0x601E59) is unknown color: approx Palatinate Purple. HEX triplet: 60, 1E and 59. RGB value is (96,30,89). Sum of RGB (Red+Green+Blue) = 96+30+89=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 30 (12.11% from 255 or 13.95% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 96 - color contains mainly: red. Hex color #601E59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601E59 is #9FE1A6. Grayscale: #383838. Windows color (decimal): -10477991 or 5840480. OLE color: 5840480.

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

Color convert

RGB963089-
CMYK00.690.070.62
HSL306.36º52.38%24.71%-
HSV(B)306.36º68.75%37.65%-
XYZ7.094.149.88-
YUV56.46146.37156.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.65%
GREEN value IS 30 (12.11% from 255) = 13.95%
BLUE value IS 89 (35.16% from 255) = 41.40%
R=44.65%
G=13.95%
B=41.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96308900.690.070.62306.3652.3824.71
Hex601E5904573E1323419
Octal1403613101057764626431
Binary11000001111010110010100010111111111010011001011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601e59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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