Html Css Color HEX #473049 Hot Purple

📋 copy color: '#473049'

red 71 ◦ green 48 ◦ blue 73

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

Shades of Hot Purple #473049

Tints of Hot Purple #473049

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25%

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

R = 36.98%
G = 25%
B = 38.02%

CMYK

 C value IS 0.03

 M value IS 0.34

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#473049 (or 0x473049) is known color: Hot Purple. HEX triplet: 47, 30 and 49. RGB value is (71,48,73). Sum of RGB (Red+Green+Blue) = 71+48+73=192 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.98% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 73 (28.91% from 255 or 38.02% from 192); Max value from RGB is 73 - color contains mainly: blue. Hex color #473049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473049 is #B8CFB6. Grayscale: #393939. Windows color (decimal): -12111799 or 4796487. OLE color: 4796487.

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

Color convert

RGB 71 48 73 -
CMYK 0.03 0.34 0 0.71
HSL 295.2º 0.21% 0.24% -
HSV(B) 295.2º 0.34% 0.29% -
XYZ 4.86 3.93 6.81 -
YUV 57.73 136.62 137.47 -
System Red Green Blue C M Y K H S L
Decimal 71 48 73 0.03 0.34 0 0.71 295.2 0.21 0.24
Hex 47 30 49 3 22 0 47 127 15 18
Octal 107 60 111 3 42 0 107 447 25 30
Binary 1000111 110000 1001001 11 100010 0 1000111 100100111 10101 11000

Color Harmonies of #473049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473049

Black with #473049

Text Example


Text Example

White with #473049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473049; }

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

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

background-color css

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

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

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

border-color css

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

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

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