#471F49

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

Shades of Hot Purple #471F49

Tints of Hot Purple #471F49

Color information

#471F49 (or 0x471F49) is unknown color: approx Hot Purple. HEX triplet: 47, 1F and 49. RGB value is (71,31,73). Sum of RGB (Red+Green+Blue) = 71+31+73=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 31 (12.5% from 255 or 17.71% from 175); Blue value is 73 (28.91% from 255 or 41.71% from 175); Max value from RGB is 73 - color contains mainly: blue. Hex color #471F49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471F49 is #B8E0B6. Grayscale: #2F2F2F. Windows color (decimal): -12116151 or 4792135. OLE color: 4792135.

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

Color convert

RGB713173-
CMYK0.030.5800.71
HSL297.14º40.38%20.39%-
HSV(B)297.14º57.53%28.63%-
XYZ4.292.86.62-
YUV47.75142.25144.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.57%
GREEN value IS 31 (12.5% from 255) = 17.71%
BLUE value IS 73 (28.91% from 255) = 41.71%
R=40.57%
G=17.71%
B=41.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7131730.030.5800.71297.1440.3820.39
Hex471F4933A0471292814
Octal1073711137201074515024
Binary1000111111111001001111110100100011110010100110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471F49; }

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

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

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

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

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

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

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

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