#4F0557

Color #4F0557 Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #4F0557

Tints of Hot Purple #4F0557

Color information

#4F0557 (or 0x4F0557) is unknown color: approx Hot Purple. HEX triplet: 4F, 05 and 57. RGB value is (79,5,87). Sum of RGB (Red+Green+Blue) = 79+5+87=171 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.20% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 87 (34.38% from 255 or 50.88% from 171); Max value from RGB is 87 - color contains mainly: blue. Hex color #4F0557 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0557 is #B0FAA8. Grayscale: #242424. Windows color (decimal): -11598505 or 5702991. OLE color: 5702991.

HSL color Cylindrical-coordinate representation of color #4F0557: hue angle of 294.15º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F0557 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB79587-
CMYK0.090.9400.66
HSL294.15º89.13%18.04%-
HSV(B)294.15º94.25%34.12%-
XYZ52.469.23-
YUV36.47156.52158.33-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 46.20%
GREEN value IS 5 (2.34% from 255) = 2.92%
BLUE value IS 87 (34.38% from 255) = 50.88%
R=46.20%
G=2.92%
B=50.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal795870.090.9400.66294.1589.1318.04
Hex4F55795E0421265912
Octal117512711136010244613122
Binary100111110110101111001101111001000010100100110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F0557; }

 p { color: rgb(79,5,87); }

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

<style>
 a { background-color: #4F0557; }

 a { background-color: rgb(79,5,87); }

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

<style>
 span { border-color: #4F0557; }

 span { border-color: rgb(79,5,87); }

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