#471650

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

Shades of Hot Purple #471650

Tints of Hot Purple #471650

Color information

#471650 (or 0x471650) is unknown color: approx Hot Purple. HEX triplet: 47, 16 and 50. RGB value is (71,22,80). Sum of RGB (Red+Green+Blue) = 71+22+80=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 80 (31.64% from 255 or 46.24% from 173); Max value from RGB is 80 - color contains mainly: blue. Hex color #471650 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471650 is #B8E9AF. Grayscale: #2B2B2B. Windows color (decimal): -12118448 or 5248583. OLE color: 5248583.

HSL color Cylindrical-coordinate representation of color #471650: hue angle of 290.69º degrees, saturation: 0.57, 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 #471650 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB712280-
CMYK0.110.7200.69
HSL290.69º56.86%20%-
HSV(B)290.69º72.5%31.37%-
XYZ4.332.497.84-
YUV43.26148.73147.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.04%
GREEN value IS 22 (8.98% from 255) = 12.72%
BLUE value IS 80 (31.64% from 255) = 46.24%
R=41.04%
G=12.72%
B=46.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7122800.110.7200.69290.6956.8620
Hex471650B480451233914
Octal107261201311001054437124
Binary1000111101101010000101110010000100010110010001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471650; }

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

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

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

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

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

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

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

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