#601E5C

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

Shades of Palatinate Purple #601E5C

Tints of Palatinate Purple #601E5C

Color information

#601E5C (or 0x601E5C) is unknown color: approx Palatinate Purple. HEX triplet: 60, 1E and 5C. RGB value is (96,30,92). Sum of RGB (Red+Green+Blue) = 96+30+92=218 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.04% from 218); Green value is 30 (12.11% from 255 or 13.76% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 96 - color contains mainly: red. Hex color #601E5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601E5C is #9FE1A3. Grayscale: #383838. Windows color (decimal): -10477988 or 6037088. OLE color: 6037088.

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

Color convert

RGB963092-
CMYK00.690.040.62
HSL303.64º52.38%24.71%-
HSV(B)303.64º68.75%37.65%-
XYZ7.224.1910.55-
YUV56.8147.87155.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.04%
GREEN value IS 30 (12.11% from 255) = 13.76%
BLUE value IS 92 (36.33% from 255) = 42.20%
R=44.04%
G=13.76%
B=42.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96309200.690.040.62303.6452.3824.71
Hex601E5C04543E1303419
Octal1403613401054764606431
Binary11000001111010111000100010110011111010011000011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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