#5F204E

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

Shades of Palatinate Purple #5F204E

Tints of Palatinate Purple #5F204E

Color information

#5F204E (or 0x5F204E) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 20 and 4E. RGB value is (95,32,78). Sum of RGB (Red+Green+Blue) = 95+32+78=205 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.34% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 78 (30.86% from 255 or 38.05% from 205); Max value from RGB is 95 - color contains mainly: red. Hex color #5F204E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F204E is #A0DFB1. Grayscale: #373737. Windows color (decimal): -10543026 or 5120095. OLE color: 5120095.

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

Color convert

RGB953278-
CMYK00.660.180.63
HSL316.19º49.61%24.9%-
HSV(B)316.19º66.32%37.25%-
XYZ6.614.027.63-
YUV56.08140.37155.76-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 46.34%
GREEN value IS 32 (12.89% from 255) = 15.61%
BLUE value IS 78 (30.86% from 255) = 38.05%
R=46.34%
G=15.61%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95327800.660.180.63316.1949.6124.9
Hex5F204E042123F13c3219
Octal13740116010222774746231
Binary10111111000001001110010000101001011111110011110011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F204E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,32,78); }

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

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

 a { background-color: rgb(95,32,78); }

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

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

 span { border-color: rgb(95,32,78); }

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