#5F2E5D

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

Shades of Palatinate Purple #5F2E5D

Tints of Palatinate Purple #5F2E5D

Color information

#5F2E5D (or 0x5F2E5D) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 2E and 5D. RGB value is (95,46,93). Sum of RGB (Red+Green+Blue) = 95+46+93=234 (30% of max value = 765). Red value is 95 (37.5% from 255 or 40.60% from 234); Green value is 46 (18.36% from 255 or 19.66% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2E5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2E5D is #A0D1A2. Grayscale: #414141. Windows color (decimal): -10539427 or 6106719. OLE color: 6106719.

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

Color convert

RGB954693-
CMYK00.520.020.63
HSL302.45º34.75%27.65%-
HSV(B)302.45º51.58%37.25%-
XYZ7.675.1810.95-
YUV66.01143.23148.68-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 40.60%
GREEN value IS 46 (18.36% from 255) = 19.66%
BLUE value IS 93 (36.72% from 255) = 39.74%
R=40.60%
G=19.66%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95469300.520.020.63302.4534.7527.65
Hex5F2E5D03423F12e231c
Octal137561350642774564334
Binary1011111101110101110101101001011111110010111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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