#601F5D

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

Shades of Palatinate Purple #601F5D

Tints of Palatinate Purple #601F5D

Color information

#601F5D (or 0x601F5D) is unknown color: approx Palatinate Purple. HEX triplet: 60, 1F and 5D. RGB value is (96,31,93). Sum of RGB (Red+Green+Blue) = 96+31+93=220 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.64% from 220); Green value is 31 (12.5% from 255 or 14.09% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 96 - color contains mainly: red. Hex color #601F5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601F5D is #9FE0A2. Grayscale: #393939. Windows color (decimal): -10477731 or 6102880. OLE color: 6102880.

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

Color convert

RGB963193-
CMYK00.680.030.62
HSL302.77º51.18%24.9%-
HSV(B)302.77º67.71%37.65%-
XYZ7.294.2610.79-
YUV57.5148.03155.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.64%
GREEN value IS 31 (12.5% from 255) = 14.09%
BLUE value IS 93 (36.72% from 255) = 42.27%
R=43.64%
G=14.09%
B=42.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96319300.680.030.62302.7751.1824.9
Hex601F5D04433E12f3319
Octal1403713501043764576331
Binary1100000111111011101010001001111111010010111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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