Html Css Color HEX #472D49 Hot Purple

📋 copy color: '#472D49'

red 71 ◦ green 45 ◦ blue 73

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

Shades of Hot Purple #472D49

Tints of Hot Purple #472D49

RGB

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

 GREEN value IS 45 (17.97% from 255) = 23.81%

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

R = 37.57%
G = 23.81%
B = 38.62%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#472D49 (or 0x472D49) is known color: Hot Purple. HEX triplet: 47, 2D and 49. RGB value is (71,45,73). Sum of RGB (Red+Green+Blue) = 71+45+73=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 45 (17.97% from 255 or 23.81% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 73 - color contains mainly: blue. Hex color #472D49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472D49 is #B8D2B6. Grayscale: #373737. Windows color (decimal): -12112567 or 4795719. OLE color: 4795719.

HSL color Cylindrical-coordinate representation of color #472D49: hue angle of 295.71º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #472D49 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 45 73 -
CMYK 0.03 0.38 0 0.71
HSL 295.71º 0.24% 0.23% -
HSV(B) 295.71º 0.38% 0.29% -
XYZ 4.74 3.7 6.77 -
YUV 55.97 137.61 138.72 -
System Red Green Blue C M Y K H S L
Decimal 71 45 73 0.03 0.38 0 0.71 295.71 0.24 0.23
Hex 47 2D 49 3 26 0 47 128 18 17
Octal 107 55 111 3 46 0 107 450 30 27
Binary 1000111 101101 1001001 11 100110 0 1000111 100101000 11000 10111

Color Harmonies of #472D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472D49

Black with #472D49

Text Example


Text Example

White with #472D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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