#4F0E4E

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

Shades of Hot Purple #4F0E4E

Tints of Hot Purple #4F0E4E

Color information

#4F0E4E (or 0x4F0E4E) is unknown color: approx Hot Purple. HEX triplet: 4F, 0E and 4E. RGB value is (79,14,78). Sum of RGB (Red+Green+Blue) = 79+14+78=171 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.20% from 171); Green value is 14 (5.86% from 255 or 8.19% from 171); Blue value is 78 (30.86% from 255 or 45.61% from 171); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0E4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0E4E is #B0F1B1. Grayscale: #282828. Windows color (decimal): -11596210 or 5115471. OLE color: 5115471.

HSL color Cylindrical-coordinate representation of color #4F0E4E: hue angle of 300.92º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F0E4E is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB791478-
CMYK00.820.010.69
HSL300.92º69.89%18.24%-
HSV(B)300.92º82.28%30.98%-
XYZ4.762.537.44-
YUV40.73149.03155.3-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 46.20%
GREEN value IS 14 (5.86% from 255) = 8.19%
BLUE value IS 78 (30.86% from 255) = 45.61%
R=46.20%
G=8.19%
B=45.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79147800.820.010.69300.9269.8918.24
Hex4FE4E05214512d4612
Octal117161160122110545510622
Binary1001111111010011100101001011000101100101101100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,14,78); }

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

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

 a { background-color: rgb(79,14,78); }

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

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

 span { border-color: rgb(79,14,78); }

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