#4F1859

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

Shades of Hot Purple #4F1859

Tints of Hot Purple #4F1859

Color information

#4F1859 (or 0x4F1859) is unknown color: approx Hot Purple. HEX triplet: 4F, 18 and 59. RGB value is (79,24,89). Sum of RGB (Red+Green+Blue) = 79+24+89=192 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.15% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 89 - color contains mainly: blue. Hex color #4F1859 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1859 is #B0E7A6. Grayscale: #2F2F2F. Windows color (decimal): -11593639 or 5838927. OLE color: 5838927.

HSL color Cylindrical-coordinate representation of color #4F1859: hue angle of 290.77º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F1859 is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB792489-
CMYK0.110.7300.65
HSL290.77º57.52%22.16%-
HSV(B)290.77º73.03%34.9%-
XYZ5.353.049.76-
YUV47.86151.22150.21-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 41.15%
GREEN value IS 24 (9.77% from 255) = 12.5%
BLUE value IS 89 (35.16% from 255) = 46.35%
R=41.15%
G=12.5%
B=46.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7924890.110.7300.65290.7757.5222.16
Hex4F1859B490411233a16
Octal117301311311101014437226
Binary1001111110001011001101110010010100000110010001111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,24,89); }

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

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

 a { background-color: rgb(79,24,89); }

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

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

 span { border-color: rgb(79,24,89); }

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