#601D5B

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

Shades of Palatinate Purple #601D5B

Tints of Palatinate Purple #601D5B

Color information

#601D5B (or 0x601D5B) is unknown color: approx Palatinate Purple. HEX triplet: 60, 1D and 5B. RGB value is (96,29,91). Sum of RGB (Red+Green+Blue) = 96+29+91=216 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.44% from 216); Green value is 29 (11.72% from 255 or 13.43% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 96 - color contains mainly: red. Hex color #601D5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601D5B is #9FE2A4. Grayscale: #373737. Windows color (decimal): -10478245 or 5971296. OLE color: 5971296.

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

Color convert

RGB962991-
CMYK00.700.050.62
HSL304.48º53.6%24.51%-
HSV(B)304.48º69.79%37.65%-
XYZ7.154.1210.32-
YUV56.1147.7156.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.44%
GREEN value IS 29 (11.72% from 255) = 13.43%
BLUE value IS 91 (35.94% from 255) = 42.13%
R=44.44%
G=13.43%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96299100.700.050.62304.4853.624.51
Hex601D5B04653E1303619
Octal1403513301065764606631
Binary11000001110110110110100011010111111010011000011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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