#4F304E

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

Shades of Hot Purple #4F304E

Tints of Hot Purple #4F304E

Color information

#4F304E (or 0x4F304E) is unknown color: approx Hot Purple. HEX triplet: 4F, 30 and 4E. RGB value is (79,48,78). Sum of RGB (Red+Green+Blue) = 79+48+78=205 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.54% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 78 (30.86% from 255 or 38.05% from 205); Max value from RGB is 79 - color contains mainly: red. Hex color #4F304E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F304E is #B0CFB1. Grayscale: #3C3C3C. Windows color (decimal): -11587506 or 5124175. OLE color: 5124175.

HSL color Cylindrical-coordinate representation of color #4F304E: hue angle of 301.94º 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 #4F304E is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB794878-
CMYK00.390.010.69
HSL301.94º24.41%24.9%-
HSV(B)301.94º39.24%30.98%-
XYZ5.664.337.74-
YUV60.69137.77141.06-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 38.54%
GREEN value IS 48 (19.14% from 255) = 23.41%
BLUE value IS 78 (30.86% from 255) = 38.05%
R=38.54%
G=23.41%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79487800.390.010.69301.9424.4124.9
Hex4F304E02714512e1819
Octal1176011604711054563031
Binary100111111000010011100100111110001011001011101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F304E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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