#47294F

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

Shades of Hot Purple #47294F

Tints of Hot Purple #47294F

Color information

#47294F (or 0x47294F) is unknown color: approx Hot Purple. HEX triplet: 47, 29 and 4F. RGB value is (71,41,79). Sum of RGB (Red+Green+Blue) = 71+41+79=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 79 - color contains mainly: blue. Hex color #47294F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47294F is #B8D6B0. Grayscale: #363636. Windows color (decimal): -12113585 or 5187911. OLE color: 5187911.

HSL color Cylindrical-coordinate representation of color #47294F: hue angle of 287.37º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #47294F is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB714179-
CMYK0.100.4800.69
HSL287.37º31.67%23.53%-
HSV(B)287.37º48.1%30.98%-
XYZ4.83.497.82-
YUV54.3141.94139.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.17%
GREEN value IS 41 (16.41% from 255) = 21.47%
BLUE value IS 79 (31.25% from 255) = 41.36%
R=37.17%
G=21.47%
B=41.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7141790.100.4800.69287.3731.6723.53
Hex47294FA3004511f2018
Octal10751117126001054374030
Binary1000111101001100111110101100000100010110001111110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47294F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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