#4F214F

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

Shades of Hot Purple #4F214F

Tints of Hot Purple #4F214F

Color information

#4F214F (or 0x4F214F) is unknown color: approx Hot Purple. HEX triplet: 4F, 21 and 4F. RGB value is (79,33,79). Sum of RGB (Red+Green+Blue) = 79+33+79=191 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.36% from 191); Green value is 33 (13.28% from 255 or 17.28% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 79 - color contains mainly: red, blue. Hex color #4F214F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F214F is #B0DEB0. Grayscale: #333333. Windows color (decimal): -11591345 or 5185871. OLE color: 5185871.

HSL color Cylindrical-coordinate representation of color #4F214F: hue angle of 300º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F214F is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB793379-
CMYK00.5800.69
HSL300º41.07%21.96%-
HSV(B)300º58.23%30.98%-
XYZ5.183.317.76-
YUV52143.24147.26-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 41.36%
GREEN value IS 33 (13.28% from 255) = 17.28%
BLUE value IS 79 (31.25% from 255) = 41.36%
R=41.36%
G=17.28%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79337900.5800.6930041.0721.96
Hex4F214F03A04512c2916
Octal1174111707201054545126
Binary1001111100001100111101110100100010110010110010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F214F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,33,79); }

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

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

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

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

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

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

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