#4F154C

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

Shades of Hot Purple #4F154C

Tints of Hot Purple #4F154C

Color information

#4F154C (or 0x4F154C) is unknown color: approx Hot Purple. HEX triplet: 4F, 15 and 4C. RGB value is (79,21,76). Sum of RGB (Red+Green+Blue) = 79+21+76=176 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.89% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 76 (30.08% from 255 or 43.18% from 176); Max value from RGB is 79 - color contains mainly: red. Hex color #4F154C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F154C is #B0EAB3. Grayscale: #2C2C2C. Windows color (decimal): -11594420 or 4986191. OLE color: 4986191.

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

Color convert

RGB792176-
CMYK00.730.040.69
HSL303.1º58%19.61%-
HSV(B)303.1º73.42%30.98%-
XYZ4.82.727.11-
YUV44.61145.72152.53-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 44.89%
GREEN value IS 21 (8.59% from 255) = 11.93%
BLUE value IS 76 (30.08% from 255) = 43.18%
R=44.89%
G=11.93%
B=43.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79217600.730.040.69303.15819.61
Hex4F154C04944512f3a14
Octal11725114011141054577224
Binary100111110101100110001001001100100010110010111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F154C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,21,76); }

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

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

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

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

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

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

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