#601A5D

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

Shades of Palatinate Purple #601A5D

Tints of Palatinate Purple #601A5D

Color information

#601A5D (or 0x601A5D) is unknown color: approx Palatinate Purple. HEX triplet: 60, 1A and 5D. RGB value is (96,26,93). Sum of RGB (Red+Green+Blue) = 96+26+93=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 96 - color contains mainly: red. Hex color #601A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601A5D is #9FE5A2. Grayscale: #363636. Windows color (decimal): -10479011 or 6101600. OLE color: 6101600.

HSL color Cylindrical-coordinate representation of color #601A5D: hue angle of 302.57º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #601A5D is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB962693-
CMYK00.730.030.62
HSL302.57º57.38%23.92%-
HSV(B)302.57º72.92%37.65%-
XYZ7.174.0210.75-
YUV54.57149.69157.55-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.65%
GREEN value IS 26 (10.55% from 255) = 12.09%
BLUE value IS 93 (36.72% from 255) = 43.26%
R=44.65%
G=12.09%
B=43.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96269300.730.030.62302.5757.3823.92
Hex601A5D04933E12f3918
Octal1403213501113764577130
Binary1100000110101011101010010011111111010010111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,26,93); }

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

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

 a { background-color: rgb(96,26,93); }

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

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

 span { border-color: rgb(96,26,93); }

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