#5F2C5D

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

Shades of Palatinate Purple #5F2C5D

Tints of Palatinate Purple #5F2C5D

Color information

#5F2C5D (or 0x5F2C5D) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 2C and 5D. RGB value is (95,44,93). Sum of RGB (Red+Green+Blue) = 95+44+93=232 (30% of max value = 765). Red value is 95 (37.5% from 255 or 40.95% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2C5D is #A0D3A2. Grayscale: #404040. Windows color (decimal): -10539939 or 6106207. OLE color: 6106207.

HSL color Cylindrical-coordinate representation of color #5F2C5D: hue angle of 302.35º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F2C5D is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.63.

Color convert

RGB954493-
CMYK00.540.020.63
HSL302.35º36.69%27.25%-
HSV(B)302.35º53.68%37.25%-
XYZ7.65.0210.93-
YUV64.83143.9149.52-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 40.95%
GREEN value IS 44 (17.58% from 255) = 18.97%
BLUE value IS 93 (36.72% from 255) = 40.09%
R=40.95%
G=18.97%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95449300.540.020.63302.3536.6927.25
Hex5F2C5D03623F12e251b
Octal137541350662774564533
Binary1011111101100101110101101101011111110010111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F2C5D; }

 p { color: rgb(95,44,93); }

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

<style>
 a { background-color: #5F2C5D; }

 a { background-color: rgb(95,44,93); }

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

<style>
 span { border-color: #5F2C5D; }

 span { border-color: rgb(95,44,93); }

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