#472650

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

Shades of Hot Purple #472650

Tints of Hot Purple #472650

Color information

#472650 (or 0x472650) is unknown color: approx Hot Purple. HEX triplet: 47, 26 and 50. RGB value is (71,38,80). Sum of RGB (Red+Green+Blue) = 71+38+80=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 80 (31.64% from 255 or 42.33% from 189); Max value from RGB is 80 - color contains mainly: blue. Hex color #472650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472650 is #B8D9AF. Grayscale: #343434. Windows color (decimal): -12114352 or 5252679. OLE color: 5252679.

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

Color convert

RGB713880-
CMYK0.110.5200.69
HSL287.14º35.59%23.14%-
HSV(B)287.14º52.5%31.37%-
XYZ4.743.317.98-
YUV52.66143.43141.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.57%
GREEN value IS 38 (15.23% from 255) = 20.11%
BLUE value IS 80 (31.64% from 255) = 42.33%
R=37.57%
G=20.11%
B=42.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7138800.110.5200.69287.1435.5923.14
Hex472650B3404511f2417
Octal10746120136401054374427
Binary1000111100110101000010111101000100010110001111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472650; }

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

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

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

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

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

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

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

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