#4F025A

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

Shades of Hot Purple #4F025A

Tints of Hot Purple #4F025A

Color information

#4F025A (or 0x4F025A) is unknown color: approx Hot Purple. HEX triplet: 4F, 02 and 5A. RGB value is (79,2,90). Sum of RGB (Red+Green+Blue) = 79+2+90=171 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.20% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 90 (35.55% from 255 or 52.63% from 171); Max value from RGB is 90 - color contains mainly: blue. Hex color #4F025A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F025A is #B0FDA5. Grayscale: #222222. Windows color (decimal): -11599270 or 5898831. OLE color: 5898831.

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

Color convert

RGB79290-
CMYK0.120.9800.65
HSL292.5º95.65%18.04%-
HSV(B)292.5º97.78%35.29%-
XYZ5.092.449.88-
YUV35.06159.01159.34-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 46.20%
GREEN value IS 2 (1.17% from 255) = 1.17%
BLUE value IS 90 (35.55% from 255) = 52.63%
R=46.20%
G=1.17%
B=52.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal792900.120.9800.65292.595.6518.04
Hex4F25AC620411246012
Octal117213214142010144414022
Binary10011111010110101100110001001000001100100100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F025A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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