#471549

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

Shades of Hot Purple #471549

Tints of Hot Purple #471549

Color information

#471549 (or 0x471549) is unknown color: approx Hot Purple. HEX triplet: 47, 15 and 49. RGB value is (71,21,73). Sum of RGB (Red+Green+Blue) = 71+21+73=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 73 (28.91% from 255 or 44.24% from 165); Max value from RGB is 73 - color contains mainly: blue. Hex color #471549 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471549 is #B8EAB6. Grayscale: #292929. Windows color (decimal): -12118711 or 4789575. OLE color: 4789575.

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

Color convert

RGB712173-
CMYK0.030.7100.71
HSL297.69º55.32%18.43%-
HSV(B)297.69º71.23%28.63%-
XYZ4.072.366.54-
YUV41.88145.56148.77-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.03%
GREEN value IS 21 (8.59% from 255) = 12.73%
BLUE value IS 73 (28.91% from 255) = 44.24%
R=43.03%
G=12.73%
B=44.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7121730.030.7100.71297.6955.3218.43
Hex47154934704712a3712
Octal10725111310701074526722
Binary10001111010110010011110001110100011110010101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471549; }

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

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

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

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

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

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

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

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