#47214D

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

Shades of Hot Purple #47214D

Tints of Hot Purple #47214D

Color information

#47214D (or 0x47214D) is unknown color: approx Hot Purple. HEX triplet: 47, 21 and 4D. RGB value is (71,33,77). Sum of RGB (Red+Green+Blue) = 71+33+77=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 33 (13.28% from 255 or 18.23% from 181); Blue value is 77 (30.47% from 255 or 42.54% from 181); Max value from RGB is 77 - color contains mainly: blue. Hex color #47214D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47214D is #B8DEB2. Grayscale: #313131. Windows color (decimal): -12115635 or 5054791. OLE color: 5054791.

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

Color convert

RGB713377-
CMYK0.080.5700.70
HSL291.82º40%21.57%-
HSV(B)291.82º57.14%30.2%-
XYZ4.482.967.36-
YUV49.38143.59143.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.23%
GREEN value IS 33 (13.28% from 255) = 18.23%
BLUE value IS 77 (30.47% from 255) = 42.54%
R=39.23%
G=18.23%
B=42.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7133770.080.5700.70291.824021.57
Hex47214D8390461242816
Octal10741115107101064445026
Binary1000111100001100110110001110010100011010010010010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47214D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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