#47154F

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

Shades of Hot Purple #47154F

Tints of Hot Purple #47154F

Color information

#47154F (or 0x47154F) is unknown color: approx Hot Purple. HEX triplet: 47, 15 and 4F. RGB value is (71,21,79). Sum of RGB (Red+Green+Blue) = 71+21+79=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 79 (31.25% from 255 or 46.20% from 171); Max value from RGB is 79 - color contains mainly: blue. Hex color #47154F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47154F is #B8EAB0. Grayscale: #2A2A2A. Windows color (decimal): -12118705 or 5182791. OLE color: 5182791.

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

Color convert

RGB712179-
CMYK0.100.7300.69
HSL291.72º58%19.61%-
HSV(B)291.72º73.42%30.98%-
XYZ4.282.447.64-
YUV42.56148.56148.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.52%
GREEN value IS 21 (8.59% from 255) = 12.28%
BLUE value IS 79 (31.25% from 255) = 46.20%
R=41.52%
G=12.28%
B=46.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7121790.100.7300.69291.725819.61
Hex47154FA490451243a14
Octal107251171211101054447224
Binary1000111101011001111101010010010100010110010010011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47154F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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