#47054d

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

Shades of Hot Purple #47054D

Tints of Hot Purple #47054D

Color information

#47054D (or 0x47054D) is unknown color: approx Hot Purple. HEX triplet: 47, 05 and 4D. RGB value is (71,5,77). Sum of RGB (Red+Green+Blue) = 71+5+77=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 77 (30.47% from 255 or 50.33% from 153); Max value from RGB is 77 - color contains mainly: blue. Hex color #47054D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47054D is #B8FAB2. Grayscale: #202020. Windows color (decimal): -12122803 or 5047623. OLE color: 5047623.

HSL color Cylindrical-coordinate representation of color #47054D: hue angle of 295º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #47054D is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB71577-
CMYK0.080.9400.70
HSL295º87.8%16.08%-
HSV(B)295º93.51%30.2%-
XYZ3.991.987.19-
YUV32.94152.87155.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.41%
GREEN value IS 5 (2.34% from 255) = 3.27%
BLUE value IS 77 (30.47% from 255) = 50.33%
R=46.41%
G=3.27%
B=50.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal715770.080.9400.7029587.816.08
Hex4754D85E0461275810
Octal107511510136010644713020
Binary100011110110011011000101111001000110100100111101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47054d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47054d; }

 p { color: rgb(71,5,77); }

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

<style>
 a { background-color: #47054d; }

 a { background-color: rgb(71,5,77); }

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

<style>
 span { border-color: #47054d; }

 span { border-color: rgb(71,5,77); }

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