Html Css Color HEX #472449 Hot Purple

📋 copy color: '#472449'

red 71 ◦ green 36 ◦ blue 73

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

Shades of Hot Purple #472449

Tints of Hot Purple #472449

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20%

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

R = 39.44%
G = 20%
B = 40.56%

CMYK

 C value IS 0.03

 M value IS 0.51

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#472449 (or 0x472449) is known color: Hot Purple. HEX triplet: 47, 24 and 49. RGB value is (71,36,73). Sum of RGB (Red+Green+Blue) = 71+36+73=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 73 (28.91% from 255 or 40.56% from 180); Max value from RGB is 73 - color contains mainly: blue. Hex color #472449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472449 is #B8DBB6. Grayscale: #323232. Windows color (decimal): -12114871 or 4793415. OLE color: 4793415.

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

Color convert

RGB 71 36 73 -
CMYK 0.03 0.51 0 0.71
HSL 296.76º 0.34% 0.21% -
HSV(B) 296.76º 0.51% 0.29% -
XYZ 4.43 3.08 6.66 -
YUV 50.68 140.6 142.49 -
System Red Green Blue C M Y K H S L
Decimal 71 36 73 0.03 0.51 0 0.71 296.76 0.34 0.21
Hex 47 24 49 3 33 0 47 129 22 15
Octal 107 44 111 3 63 0 107 451 42 25
Binary 1000111 100100 1001001 11 110011 0 1000111 100101001 100010 10101

Color Harmonies of #472449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472449

Black with #472449

Text Example


Text Example

White with #472449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472449; }

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

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

background-color css

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

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

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

border-color css

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

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

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