#4F084D

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

Shades of Hot Purple #4F084D

Tints of Hot Purple #4F084D

Color information

#4F084D (or 0x4F084D) is unknown color: approx Hot Purple. HEX triplet: 4F, 08 and 4D. RGB value is (79,8,77). Sum of RGB (Red+Green+Blue) = 79+8+77=164 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.17% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 77 (30.47% from 255 or 46.95% from 164); Max value from RGB is 79 - color contains mainly: red. Hex color #4F084D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F084D is #B0F7B2. Grayscale: #242424. Windows color (decimal): -11597747 or 5048399. OLE color: 5048399.

HSL color Cylindrical-coordinate representation of color #4F084D: hue angle of 301.69º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F084D is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.69.

Color convert

RGB79877-
CMYK00.900.030.69
HSL301.69º81.61%17.06%-
HSV(B)301.69º89.87%30.98%-
XYZ4.652.377.23-
YUV37.1150.52157.89-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 48.17%
GREEN value IS 8 (3.52% from 255) = 4.88%
BLUE value IS 77 (30.47% from 255) = 46.95%
R=48.17%
G=4.88%
B=46.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.03
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7987700.900.030.69301.6981.6117.06
Hex4F84D05A34512e5211
Octal117101150132310545612221
Binary10011111000100110101011010111000101100101110101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F084D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,8,77); }

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

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

 a { background-color: rgb(79,8,77); }

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

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

 span { border-color: rgb(79,8,77); }

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