Html Css Color HEX #473149 Hot Purple

📋 copy color: '#473149'

red 71 ◦ green 49 ◦ blue 73

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

Shades of Hot Purple #473149

Tints of Hot Purple #473149

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.39%

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

R = 36.79%
G = 25.39%
B = 37.82%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#473149 (or 0x473149) is known color: Hot Purple. HEX triplet: 47, 31 and 49. RGB value is (71,49,73). Sum of RGB (Red+Green+Blue) = 71+49+73=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 73 - color contains mainly: blue. Hex color #473149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473149 is #B8CEB6. Grayscale: #3A3A3A. Windows color (decimal): -12111543 or 4796743. OLE color: 4796743.

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

Color convert

RGB 71 49 73 -
CMYK 0.03 0.33 0 0.71
HSL 295º 0.2% 0.24% -
HSV(B) 295º 0.33% 0.29% -
XYZ 4.9 4.02 6.82 -
YUV 58.31 136.29 137.05 -
System Red Green Blue C M Y K H S L
Decimal 71 49 73 0.03 0.33 0 0.71 295 0.2 0.24
Hex 47 31 49 3 21 0 47 127 14 18
Octal 107 61 111 3 41 0 107 447 24 30
Binary 1000111 110001 1001001 11 100001 0 1000111 100100111 10100 11000

Color Harmonies of #473149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473149

Black with #473149

Text Example


Text Example

White with #473149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473149; }

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

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

background-color css

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

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

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

border-color css

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

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

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