#472948

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

Shades of Hot Purple #472948

Tints of Hot Purple #472948

Color information

#472948 (or 0x472948) is unknown color: approx Hot Purple. HEX triplet: 47, 29 and 48. RGB value is (71,41,72). Sum of RGB (Red+Green+Blue) = 71+41+72=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 72 (28.52% from 255 or 39.13% from 184); Max value from RGB is 72 - color contains mainly: blue. Hex color #472948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472948 is #B8D6B7. Grayscale: #353535. Windows color (decimal): -12113592 or 4729159. OLE color: 4729159.

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

Color convert

RGB714172-
CMYK0.010.4300.72
HSL298.06º27.43%22.16%-
HSV(B)298.06º43.06%28.24%-
XYZ4.563.396.55-
YUV53.5138.44140.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.59%
GREEN value IS 41 (16.41% from 255) = 22.28%
BLUE value IS 72 (28.52% from 255) = 39.13%
R=38.59%
G=22.28%
B=39.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7141720.010.4300.72298.0627.4322.16
Hex47294812B04812a1b16
Octal1075111015301104523326
Binary100011110100110010001101011010010001001010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472948; }

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

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

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

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

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

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

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

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