#47214A

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

Shades of Hot Purple #47214A

Tints of Hot Purple #47214A

Color information

#47214A (or 0x47214A) is unknown color: approx Hot Purple. HEX triplet: 47, 21 and 4A. RGB value is (71,33,74). Sum of RGB (Red+Green+Blue) = 71+33+74=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 74 (29.30% from 255 or 41.57% from 178); Max value from RGB is 74 - color contains mainly: blue. Hex color #47214A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47214A is #B8DEB5. Grayscale: #303030. Windows color (decimal): -12115638 or 4858183. OLE color: 4858183.

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

Color convert

RGB713374-
CMYK0.040.5500.71
HSL295.61º38.32%20.98%-
HSV(B)295.61º55.41%29.02%-
XYZ4.382.926.81-
YUV49.04142.09143.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.89%
GREEN value IS 33 (13.28% from 255) = 18.54%
BLUE value IS 74 (29.30% from 255) = 41.57%
R=39.89%
G=18.54%
B=41.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7133740.040.5500.71295.6138.3220.98
Hex47214A4370471282615
Octal1074111246701074504625
Binary100011110000110010101001101110100011110010100010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47214A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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