#47234D

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

Shades of Hot Purple #47234D

Tints of Hot Purple #47234D

Color information

#47234D (or 0x47234D) is unknown color: approx Hot Purple. HEX triplet: 47, 23 and 4D. RGB value is (71,35,77). Sum of RGB (Red+Green+Blue) = 71+35+77=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 77 - color contains mainly: blue. Hex color #47234D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47234D is #B8DCB2. Grayscale: #323232. Windows color (decimal): -12115123 or 5055303. OLE color: 5055303.

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

Color convert

RGB713577-
CMYK0.080.5500.70
HSL291.43º37.5%21.96%-
HSV(B)291.43º54.55%30.2%-
XYZ4.543.087.38-
YUV50.55142.93142.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.80%
GREEN value IS 35 (14.06% from 255) = 19.13%
BLUE value IS 77 (30.47% from 255) = 42.08%
R=38.80%
G=19.13%
B=42.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7135770.080.5500.70291.4337.521.96
Hex47234D8370461232516
Octal10743115106701064434526
Binary1000111100011100110110001101110100011010010001110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47234D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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