#4F094D

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

Shades of Hot Purple #4F094D

Tints of Hot Purple #4F094D

Color information

#4F094D (or 0x4F094D) is unknown color: approx Hot Purple. HEX triplet: 4F, 09 and 4D. RGB value is (79,9,77). Sum of RGB (Red+Green+Blue) = 79+9+77=165 (21% of max value = 765). Red value is 79 (31.25% from 255 or 47.88% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 77 (30.47% from 255 or 46.67% from 165); Max value from RGB is 79 - color contains mainly: red. Hex color #4F094D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F094D is #B0F6B2. Grayscale: #252525. Windows color (decimal): -11597491 or 5048655. OLE color: 5048655.

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

Color convert

RGB79977-
CMYK00.890.030.69
HSL301.71º79.55%17.25%-
HSV(B)301.71º88.61%30.98%-
XYZ4.662.397.24-
YUV37.68150.19157.47-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 47.88%
GREEN value IS 9 (3.91% from 255) = 5.45%
BLUE value IS 77 (30.47% from 255) = 46.67%
R=47.88%
G=5.45%
B=46.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.03
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7997700.890.030.69301.7179.5517.25
Hex4F94D05934512e5011
Octal117111150131310545612021
Binary10011111001100110101011001111000101100101110101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F094D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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