#4F304F

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

Shades of Hot Purple #4F304F

Tints of Hot Purple #4F304F

Color information

#4F304F (or 0x4F304F) is unknown color: approx Hot Purple. HEX triplet: 4F, 30 and 4F. RGB value is (79,48,79). Sum of RGB (Red+Green+Blue) = 79+48+79=206 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.35% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 79 - color contains mainly: red, blue. Hex color #4F304F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F304F is #B0CFB0. Grayscale: #3C3C3C. Windows color (decimal): -11587505 or 5189711. OLE color: 5189711.

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

Color convert

RGB794879-
CMYK00.3900.69
HSL300º24.41%24.9%-
HSV(B)300º39.24%30.98%-
XYZ5.694.347.93-
YUV60.8138.27140.98-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 38.35%
GREEN value IS 48 (19.14% from 255) = 23.30%
BLUE value IS 79 (31.25% from 255) = 38.35%
R=38.35%
G=23.30%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79487900.3900.6930024.4124.9
Hex4F304F02704512c1819
Octal1176011704701054543031
Binary100111111000010011110100111010001011001011001100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F304F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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