Html Css Color HEX #472A49 Hot Purple

📋 copy color: '#472A49'

red 71 ◦ green 42 ◦ blue 73

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

Shades of Hot Purple #472A49

Tints of Hot Purple #472A49

RGB

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

 GREEN value IS 42 (16.8% from 255) = 22.58%

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

R = 38.17%
G = 22.58%
B = 39.25%

CMYK

 C value IS 0.03

 M value IS 0.42

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#472A49 (or 0x472A49) is known color: Hot Purple. HEX triplet: 47, 2A and 49. RGB value is (71,42,73). Sum of RGB (Red+Green+Blue) = 71+42+73=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 42 (16.80% from 255 or 22.58% from 186); Blue value is 73 (28.91% from 255 or 39.25% from 186); Max value from RGB is 73 - color contains mainly: blue. Hex color #472A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472A49 is #B8D5B6. Grayscale: #363636. Windows color (decimal): -12113335 or 4794951. OLE color: 4794951.

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

Color convert

RGB 71 42 73 -
CMYK 0.03 0.42 0 0.71
HSL 296.13º 0.27% 0.23% -
HSV(B) 296.13º 0.42% 0.29% -
XYZ 4.63 3.48 6.73 -
YUV 54.21 138.61 139.98 -
System Red Green Blue C M Y K H S L
Decimal 71 42 73 0.03 0.42 0 0.71 296.13 0.27 0.23
Hex 47 2A 49 3 2A 0 47 128 1B 17
Octal 107 52 111 3 52 0 107 450 33 27
Binary 1000111 101010 1001001 11 101010 0 1000111 100101000 11011 10111

Color Harmonies of #472A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472A49

Black with #472A49

Text Example


Text Example

White with #472A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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