Html Css Color HEX #472049 Hot Purple

📋 copy color: '#472049'

red 71 ◦ green 32 ◦ blue 73

#472049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Purple #472049

Tints of Hot Purple #472049

RGB

 RED value IS 71 (28.13% from 255) = 40.34%

 GREEN value IS 32 (12.89% from 255) = 18.18%

 BLUE value IS 73 (28.91% from 255) = 41.48%

R = 40.34%
G = 18.18%
B = 41.48%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#472049 (or 0x472049) is known color: Hot Purple. HEX triplet: 47, 20 and 49. RGB value is (71,32,73). Sum of RGB (Red+Green+Blue) = 71+32+73=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 73 (28.91% from 255 or 41.48% from 176); Max value from RGB is 73 - color contains mainly: blue. Hex color #472049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472049 is #B8DFB6. Grayscale: #303030. Windows color (decimal): -12115895 or 4792391. OLE color: 4792391.

HSL color Cylindrical-coordinate representation of color #472049: hue angle of 297.07º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #472049 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 32 73 -
CMYK 0.03 0.56 0 0.71
HSL 297.07º 0.39% 0.21% -
HSV(B) 297.07º 0.56% 0.29% -
XYZ 4.32 2.85 6.63 -
YUV 48.34 141.92 144.17 -
System Red Green Blue C M Y K H S L
Decimal 71 32 73 0.03 0.56 0 0.71 297.07 0.39 0.21
Hex 47 20 49 3 38 0 47 129 27 15
Octal 107 40 111 3 70 0 107 451 47 25
Binary 1000111 100000 1001001 11 111000 0 1000111 100101001 100111 10101

Color Harmonies of #472049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472049

Black with #472049

Text Example


Text Example

White with #472049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472049; }

 p { color: rgb(71,32,73); }

 H1.HeaderClassName
 {
   color: #472049;
 }
 .AnyTagClassName
 {
   color: #472049;
 }
</style>

background-color css

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

 a { background-color: rgb(71,32,73); }

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

border-color css

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

 span { border-color: rgb(71,32,73); }

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