#4F184E

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

Shades of Hot Purple #4F184E

Tints of Hot Purple #4F184E

Color information

#4F184E (or 0x4F184E) is unknown color: approx Hot Purple. HEX triplet: 4F, 18 and 4E. RGB value is (79,24,78). Sum of RGB (Red+Green+Blue) = 79+24+78=181 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.65% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 78 (30.86% from 255 or 43.09% from 181); Max value from RGB is 79 - color contains mainly: red. Hex color #4F184E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F184E is #B0E7B1. Grayscale: #2E2E2E. Windows color (decimal): -11593650 or 5118031. OLE color: 5118031.

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

Color convert

RGB792478-
CMYK00.700.010.69
HSL301.09º53.4%20.2%-
HSV(B)301.09º69.62%30.98%-
XYZ4.932.877.5-
YUV46.6145.72151.11-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 43.65%
GREEN value IS 24 (9.77% from 255) = 13.26%
BLUE value IS 78 (30.86% from 255) = 43.09%
R=43.65%
G=13.26%
B=43.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79247800.700.010.69301.0953.420.2
Hex4F184E04614512d3514
Octal11730116010611054556524
Binary1001111110001001110010001101100010110010110111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F184E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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