#4F015B

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

Shades of Hot Purple #4F015B

Tints of Hot Purple #4F015B

Color information

#4F015B (or 0x4F015B) is unknown color: approx Hot Purple. HEX triplet: 4F, 01 and 5B. RGB value is (79,1,91). Sum of RGB (Red+Green+Blue) = 79+1+91=171 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.20% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 91 (35.94% from 255 or 53.22% from 171); Max value from RGB is 91 - color contains mainly: blue. Hex color #4F015B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F015B is #B0FEA4. Grayscale: #222222. Windows color (decimal): -11599525 or 5964111. OLE color: 5964111.

HSL color Cylindrical-coordinate representation of color #4F015B: hue angle of 292º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F015B is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB79191-
CMYK0.130.9900.64
HSL292º97.83%18.04%-
HSV(B)292º98.9%35.69%-
XYZ5.122.4410.1-
YUV34.58159.84159.68-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 46.20%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 91 (35.94% from 255) = 53.22%
R=46.20%
G=0.58%
B=53.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal791910.130.9900.6429297.8318.04
Hex4F15BD630401246212
Octal117113315143010044414222
Binary1001111110110111101110001101000000100100100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F015B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,1,91); }

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

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

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

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

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

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

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