#4F055C

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

Shades of Hot Purple #4F055C

Tints of Hot Purple #4F055C

Color information

#4F055C (or 0x4F055C) is unknown color: approx Hot Purple. HEX triplet: 4F, 05 and 5C. RGB value is (79,5,92). Sum of RGB (Red+Green+Blue) = 79+5+92=176 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.89% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 92 (36.33% from 255 or 52.27% from 176); Max value from RGB is 92 - color contains mainly: blue. Hex color #4F055C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F055C is #B0FAA3. Grayscale: #242424. Windows color (decimal): -11598500 or 6030671. OLE color: 6030671.

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

Color convert

RGB79592-
CMYK0.140.9500.64
HSL291.03º89.69%19.02%-
HSV(B)291.03º94.57%36.08%-
XYZ5.212.5410.34-
YUV37.04159.02157.93-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 44.89%
GREEN value IS 5 (2.34% from 255) = 2.84%
BLUE value IS 92 (36.33% from 255) = 52.27%
R=44.89%
G=2.84%
B=52.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal795920.140.9500.64291.0389.6919.02
Hex4F55CE5F0401235a13
Octal117513416137010044313223
Binary100111110110111001110101111101000000100100011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F055C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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