#601D5D

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

Shades of Palatinate Purple #601D5D

Tints of Palatinate Purple #601D5D

Color information

#601D5D (or 0x601D5D) is unknown color: approx Palatinate Purple. HEX triplet: 60, 1D and 5D. RGB value is (96,29,93). Sum of RGB (Red+Green+Blue) = 96+29+93=218 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.04% from 218); Green value is 29 (11.72% from 255 or 13.30% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 96 - color contains mainly: red. Hex color #601D5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601D5D is #9FE2A2. Grayscale: #383838. Windows color (decimal): -10478243 or 6102368. OLE color: 6102368.

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

Color convert

RGB962993-
CMYK00.700.030.62
HSL302.69º53.6%24.51%-
HSV(B)302.69º69.79%37.65%-
XYZ7.244.1610.78-
YUV56.33148.7156.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.04%
GREEN value IS 29 (11.72% from 255) = 13.30%
BLUE value IS 93 (36.72% from 255) = 42.66%
R=44.04%
G=13.30%
B=42.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96299300.700.030.62302.6953.624.51
Hex601D5D04633E12f3619
Octal1403513501063764576631
Binary1100000111011011101010001101111111010010111111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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