#4F114D

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

Shades of Hot Purple #4F114D

Tints of Hot Purple #4F114D

Color information

#4F114D (or 0x4F114D) is unknown color: approx Hot Purple. HEX triplet: 4F, 11 and 4D. RGB value is (79,17,77). Sum of RGB (Red+Green+Blue) = 79+17+77=173 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.66% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 79 - color contains mainly: red. Hex color #4F114D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F114D is #B0EEB2. Grayscale: #2A2A2A. Windows color (decimal): -11595443 or 5050703. OLE color: 5050703.

HSL color Cylindrical-coordinate representation of color #4F114D: hue angle of 301.94º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4F114D is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.69.

Color convert

RGB791777-
CMYK00.780.030.69
HSL301.94º64.58%18.82%-
HSV(B)301.94º78.48%30.98%-
XYZ4.762.67.27-
YUV42.38147.54154.12-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 45.66%
GREEN value IS 17 (7.03% from 255) = 9.83%
BLUE value IS 77 (30.47% from 255) = 44.51%
R=45.66%
G=9.83%
B=44.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.03
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79177700.780.030.69301.9464.5818.82
Hex4F114D04E34512e4113
Octal117211150116310545610123
Binary100111110001100110101001110111000101100101110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F114D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,17,77); }

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

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

 a { background-color: rgb(79,17,77); }

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

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

 span { border-color: rgb(79,17,77); }

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