#601E5B

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

Shades of Palatinate Purple #601E5B

Tints of Palatinate Purple #601E5B

Color information

#601E5B (or 0x601E5B) is unknown color: approx Palatinate Purple. HEX triplet: 60, 1E and 5B. RGB value is (96,30,91). Sum of RGB (Red+Green+Blue) = 96+30+91=217 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.24% from 217); Green value is 30 (12.11% from 255 or 13.82% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 96 - color contains mainly: red. Hex color #601E5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601E5B is #9FE1A4. Grayscale: #383838. Windows color (decimal): -10477989 or 5971552. OLE color: 5971552.

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

Color convert

RGB963091-
CMYK00.690.050.62
HSL304.55º52.38%24.71%-
HSV(B)304.55º68.75%37.65%-
XYZ7.184.1710.32-
YUV56.69147.37156.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.24%
GREEN value IS 30 (12.11% from 255) = 13.82%
BLUE value IS 91 (35.94% from 255) = 41.94%
R=44.24%
G=13.82%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96309100.690.050.62304.5552.3824.71
Hex601E5B04553E1313419
Octal1403613301055764616431
Binary11000001111010110110100010110111111010011000111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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