#471950

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

Shades of Hot Purple #471950

Tints of Hot Purple #471950

Color information

#471950 (or 0x471950) is unknown color: approx Hot Purple. HEX triplet: 47, 19 and 50. RGB value is (71,25,80). Sum of RGB (Red+Green+Blue) = 71+25+80=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 80 (31.64% from 255 or 45.45% from 176); Max value from RGB is 80 - color contains mainly: blue. Hex color #471950 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471950 is #B8E6AF. Grayscale: #2C2C2C. Windows color (decimal): -12117680 or 5249351. OLE color: 5249351.

HSL color Cylindrical-coordinate representation of color #471950: hue angle of 290.18º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #471950 is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB712580-
CMYK0.110.6900.69
HSL290.18º52.38%20.59%-
HSV(B)290.18º68.75%31.37%-
XYZ4.392.617.86-
YUV45.02147.74146.53-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.34%
GREEN value IS 25 (10.16% from 255) = 14.20%
BLUE value IS 80 (31.64% from 255) = 45.45%
R=40.34%
G=14.20%
B=45.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7125800.110.6900.69290.1852.3820.59
Hex471950B450451223415
Octal107311201310501054426425
Binary1000111110011010000101110001010100010110010001011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471950; }

 p { color: rgb(71,25,80); }

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

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

 a { background-color: rgb(71,25,80); }

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

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

 span { border-color: rgb(71,25,80); }

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