#4F194E

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

Shades of Hot Purple #4F194E

Tints of Hot Purple #4F194E

Color information

#4F194E (or 0x4F194E) is unknown color: approx Hot Purple. HEX triplet: 4F, 19 and 4E. RGB value is (79,25,78). Sum of RGB (Red+Green+Blue) = 79+25+78=182 (24% of max value = 765). Red value is 79 (31.25% from 255 or 43.41% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 78 (30.86% from 255 or 42.86% from 182); Max value from RGB is 79 - color contains mainly: red. Hex color #4F194E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F194E is #B0E6B1. Grayscale: #2F2F2F. Windows color (decimal): -11593394 or 5118287. OLE color: 5118287.

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

Color convert

RGB792578-
CMYK00.680.010.69
HSL301.11º51.92%20.39%-
HSV(B)301.11º68.35%30.98%-
XYZ4.952.917.51-
YUV47.19145.39150.69-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 43.41%
GREEN value IS 25 (10.16% from 255) = 13.74%
BLUE value IS 78 (30.86% from 255) = 42.86%
R=43.41%
G=13.74%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79257800.680.010.69301.1151.9220.39
Hex4F194E04414512d3414
Octal11731116010411054556424
Binary1001111110011001110010001001100010110010110111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F194E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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