#472748

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

Shades of Hot Purple #472748

Tints of Hot Purple #472748

Color information

#472748 (or 0x472748) is unknown color: approx Hot Purple. HEX triplet: 47, 27 and 48. RGB value is (71,39,72). Sum of RGB (Red+Green+Blue) = 71+39+72=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 39 (15.62% from 255 or 21.43% from 182); Blue value is 72 (28.52% from 255 or 39.56% from 182); Max value from RGB is 72 - color contains mainly: blue. Hex color #472748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472748 is #B8D8B7. Grayscale: #343434. Windows color (decimal): -12114104 or 4728647. OLE color: 4728647.

HSL color Cylindrical-coordinate representation of color #472748: hue angle of 298.18º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #472748 is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB713972-
CMYK0.010.4600.72
HSL298.18º29.73%21.76%-
HSV(B)298.18º45.83%28.24%-
XYZ4.493.266.52-
YUV52.33139.1141.32-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.01%
GREEN value IS 39 (15.62% from 255) = 21.43%
BLUE value IS 72 (28.52% from 255) = 39.56%
R=39.01%
G=21.43%
B=39.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7139720.010.4600.72298.1829.7321.76
Hex47274812E04812a1e16
Octal1074711015601104523626
Binary100011110011110010001101110010010001001010101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472748; }

 p { color: rgb(71,39,72); }

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

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

 a { background-color: rgb(71,39,72); }

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

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

 span { border-color: rgb(71,39,72); }

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