#5F0457

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

Shades of Palatinate Purple #5F0457

Tints of Palatinate Purple #5F0457

Color information

#5F0457 (or 0x5F0457) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 04 and 57. RGB value is (95,4,87). Sum of RGB (Red+Green+Blue) = 95+4+87=186 (24% of max value = 765). Red value is 95 (37.5% from 255 or 51.08% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 87 (34.38% from 255 or 46.77% from 186); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0457 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0457 is #A0FBA8. Grayscale: #282828. Windows color (decimal): -10550185 or 5702751. OLE color: 5702751.

HSL color Cylindrical-coordinate representation of color #5F0457: hue angle of 305.27º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5F0457 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.63.

Color convert

RGB95487-
CMYK00.960.080.63
HSL305.27º91.92%19.41%-
HSV(B)305.27º95.79%37.25%-
XYZ6.483.219.29-
YUV40.67154.15166.75-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 51.08%
GREEN value IS 4 (1.95% from 255) = 2.15%
BLUE value IS 87 (34.38% from 255) = 46.77%
R=51.08%
G=2.15%
B=46.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.08
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9548700.960.080.63305.2791.9219.41
Hex5F45706083F1315c13
Octal13741270140107746113423
Binary10111111001010111011000001000111111100110001101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,4,87); }

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

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

 a { background-color: rgb(95,4,87); }

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

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

 span { border-color: rgb(95,4,87); }

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