#4F025C

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

Shades of Hot Purple #4F025C

Tints of Hot Purple #4F025C

Color information

#4F025C (or 0x4F025C) is unknown color: approx Hot Purple. HEX triplet: 4F, 02 and 5C. RGB value is (79,2,92). Sum of RGB (Red+Green+Blue) = 79+2+92=173 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.66% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 92 (36.33% from 255 or 53.18% from 173); Max value from RGB is 92 - color contains mainly: blue. Hex color #4F025C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F025C is #B0FDA3. Grayscale: #232323. Windows color (decimal): -11599268 or 6029903. OLE color: 6029903.

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

Color convert

RGB79292-
CMYK0.140.9800.64
HSL291.33º95.74%18.43%-
HSV(B)291.33º97.83%36.08%-
XYZ5.182.4810.33-
YUV35.28160.01159.18-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 45.66%
GREEN value IS 2 (1.17% from 255) = 1.16%
BLUE value IS 92 (36.33% from 255) = 53.18%
R=45.66%
G=1.16%
B=53.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal792920.140.9800.64291.3395.7418.43
Hex4F25CE620401236012
Octal117213416142010044314022
Binary10011111010111001110110001001000000100100011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F025C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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