#4F1E4D

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

Shades of Hot Purple #4F1E4D

Tints of Hot Purple #4F1E4D

Color information

#4F1E4D (or 0x4F1E4D) is unknown color: approx Hot Purple. HEX triplet: 4F, 1E and 4D. RGB value is (79,30,77). Sum of RGB (Red+Green+Blue) = 79+30+77=186 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.47% from 186); Green value is 30 (12.11% from 255 or 16.13% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F1E4D is #B0E1B2. Grayscale: #313131. Windows color (decimal): -11592115 or 5054031. OLE color: 5054031.

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

Color convert

RGB793077-
CMYK00.620.030.69
HSL302.45º44.95%21.37%-
HSV(B)302.45º62.03%30.98%-
XYZ5.033.137.36-
YUV50.01143.23148.68-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 42.47%
GREEN value IS 30 (12.11% from 255) = 16.13%
BLUE value IS 77 (30.47% from 255) = 41.40%
R=42.47%
G=16.13%
B=41.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79307700.620.030.69302.4544.9521.37
Hex4F1E4D03E34512e2d15
Octal1173611507631054565525
Binary1001111111101001101011111011100010110010111010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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