#4F1259

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

Shades of Hot Purple #4F1259

Tints of Hot Purple #4F1259

Color information

#4F1259 (or 0x4F1259) is unknown color: approx Hot Purple. HEX triplet: 4F, 12 and 59. RGB value is (79,18,89). Sum of RGB (Red+Green+Blue) = 79+18+89=186 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.47% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 89 (35.16% from 255 or 47.85% from 186); Max value from RGB is 89 - color contains mainly: blue. Hex color #4F1259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1259 is #B0EDA6. Grayscale: #2C2C2C. Windows color (decimal): -11595175 or 5837391. OLE color: 5837391.

HSL color Cylindrical-coordinate representation of color #4F1259: hue angle of 291.55º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F1259 is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB791889-
CMYK0.110.8000.65
HSL291.55º66.36%20.98%-
HSV(B)291.55º79.78%34.9%-
XYZ5.242.829.72-
YUV44.33153.21152.73-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 42.47%
GREEN value IS 18 (7.42% from 255) = 9.68%
BLUE value IS 89 (35.16% from 255) = 47.85%
R=42.47%
G=9.68%
B=47.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7918890.110.8000.65291.5566.3620.98
Hex4F1259B500411244215
Octal1172213113120010144410225
Binary10011111001010110011011101000001000001100100100100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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