#4F085A

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

Shades of Hot Purple #4F085A

Tints of Hot Purple #4F085A

Color information

#4F085A (or 0x4F085A) is unknown color: approx Hot Purple. HEX triplet: 4F, 08 and 5A. RGB value is (79,8,90). Sum of RGB (Red+Green+Blue) = 79+8+90=177 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.63% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 90 (35.55% from 255 or 50.85% from 177); Max value from RGB is 90 - color contains mainly: blue. Hex color #4F085A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F085A is #B0F7A5. Grayscale: #262626. Windows color (decimal): -11597734 or 5900367. OLE color: 5900367.

HSL color Cylindrical-coordinate representation of color #4F085A: hue angle of 291.95º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4F085A is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB79890-
CMYK0.120.9100.65
HSL291.95º83.67%19.22%-
HSV(B)291.95º91.11%35.29%-
XYZ5.162.579.9-
YUV38.58157.02156.83-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 44.63%
GREEN value IS 8 (3.52% from 255) = 4.52%
BLUE value IS 90 (35.55% from 255) = 50.85%
R=44.63%
G=4.52%
B=50.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal798900.120.9100.65291.9583.6719.22
Hex4F85AC5B0411245413
Octal1171013214133010144412423
Binary1001111100010110101100101101101000001100100100101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F085A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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