#47294D

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

Shades of Hot Purple #47294D

Tints of Hot Purple #47294D

Color information

#47294D (or 0x47294D) is unknown color: approx Hot Purple. HEX triplet: 47, 29 and 4D. RGB value is (71,41,77). Sum of RGB (Red+Green+Blue) = 71+41+77=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 77 - color contains mainly: blue. Hex color #47294D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47294D is #B8D6B2. Grayscale: #353535. Windows color (decimal): -12113587 or 5056839. OLE color: 5056839.

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

Color convert

RGB714177-
CMYK0.080.4700.70
HSL290º30.51%23.14%-
HSV(B)290º46.75%30.2%-
XYZ4.733.467.44-
YUV54.07140.94140.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.57%
GREEN value IS 41 (16.41% from 255) = 21.69%
BLUE value IS 77 (30.47% from 255) = 40.74%
R=37.57%
G=21.69%
B=40.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7141770.080.4700.7029030.5123.14
Hex47294D82F0461221f17
Octal10751115105701064423727
Binary100011110100110011011000101111010001101001000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47294D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47294D; }

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

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

<style>
 a { background-color: #47294D; }

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

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

<style>
 span { border-color: #47294D; }

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

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