#5F1E50

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

Shades of Palatinate Purple #5F1E50

Tints of Palatinate Purple #5F1E50

Color information

#5F1E50 (or 0x5F1E50) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 1E and 50. RGB value is (95,30,80). Sum of RGB (Red+Green+Blue) = 95+30+80=205 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.34% from 205); Green value is 30 (12.11% from 255 or 14.63% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1E50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F1E50 is #A0E1AF. Grayscale: #373737. Windows color (decimal): -10543536 or 5250655. OLE color: 5250655.

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

Color convert

RGB953080-
CMYK00.680.160.63
HSL313.85º52%24.51%-
HSV(B)313.85º68.42%37.25%-
XYZ6.633.948-
YUV55.14142.03156.43-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 46.34%
GREEN value IS 30 (12.11% from 255) = 14.63%
BLUE value IS 80 (31.64% from 255) = 39.02%
R=46.34%
G=14.63%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.16
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95308000.680.160.63313.855224.51
Hex5F1E50044103F13a3419
Octal13736120010420774726431
Binary1011111111101010000010001001000011111110011101011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,30,80); }

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

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

 a { background-color: rgb(95,30,80); }

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

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

 span { border-color: rgb(95,30,80); }

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