#47324A

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

Shades of Hot Purple #47324A

Tints of Hot Purple #47324A

Color information

#47324A (or 0x47324A) is unknown color: approx Hot Purple. HEX triplet: 47, 32 and 4A. RGB value is (71,50,74). Sum of RGB (Red+Green+Blue) = 71+50+74=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 74 (29.30% from 255 or 37.95% from 195); Max value from RGB is 74 - color contains mainly: blue. Hex color #47324A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47324A is #B8CDB5. Grayscale: #3A3A3A. Windows color (decimal): -12111286 or 4862535. OLE color: 4862535.

HSL color Cylindrical-coordinate representation of color #47324A: hue angle of 292.5º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #47324A is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB715074-
CMYK0.040.3200.71
HSL292.5º19.35%24.31%-
HSV(B)292.5º32.43%29.02%-
XYZ4.984.127.01-
YUV59.01136.46136.55-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.41%
GREEN value IS 50 (19.92% from 255) = 25.64%
BLUE value IS 74 (29.30% from 255) = 37.95%
R=36.41%
G=25.64%
B=37.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7150740.040.3200.71292.519.3524.31
Hex47324A4200471241318
Octal1076211244001074442330
Binary10001111100101001010100100000010001111001001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47324A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47324A; }

 p { color: rgb(71,50,74); }

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

<style>
 a { background-color: #47324A; }

 a { background-color: rgb(71,50,74); }

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

<style>
 span { border-color: #47324A; }

 span { border-color: rgb(71,50,74); }

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