#4F035C

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

Shades of Hot Purple #4F035C

Tints of Hot Purple #4F035C

Color information

#4F035C (or 0x4F035C) is unknown color: approx Hot Purple. HEX triplet: 4F, 03 and 5C. RGB value is (79,3,92). Sum of RGB (Red+Green+Blue) = 79+3+92=174 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.40% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 92 (36.33% from 255 or 52.87% from 174); Max value from RGB is 92 - color contains mainly: blue. Hex color #4F035C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F035C is #B0FCA3. Grayscale: #232323. Windows color (decimal): -11599012 or 6030159. OLE color: 6030159.

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

Color convert

RGB79392-
CMYK0.140.9700.64
HSL291.24º93.68%18.63%-
HSV(B)291.24º96.74%36.08%-
XYZ5.192.510.33-
YUV35.87159.68158.76-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 45.40%
GREEN value IS 3 (1.56% from 255) = 1.72%
BLUE value IS 92 (36.33% from 255) = 52.87%
R=45.40%
G=1.72%
B=52.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal793920.140.9700.64291.2493.6818.63
Hex4F35CE610401235e13
Octal117313416141010044313623
Binary10011111110111001110110000101000000100100011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F035C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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