Html Css Color HEX #471449 Hot Purple

📋 copy color: '#471449'

red 71 ◦ green 20 ◦ blue 73

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

Shades of Hot Purple #471449

Tints of Hot Purple #471449

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.2%

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

R = 43.29%
G = 12.2%
B = 44.51%

CMYK

 C value IS 0.03

 M value IS 0.73

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#471449 (or 0x471449) is known color: Hot Purple. HEX triplet: 47, 14 and 49. RGB value is (71,20,73). Sum of RGB (Red+Green+Blue) = 71+20+73=164 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.29% from 164); Green value is 20 (8.20% from 255 or 12.20% from 164); Blue value is 73 (28.91% from 255 or 44.51% from 164); Max value from RGB is 73 - color contains mainly: blue. Hex color #471449 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471449 is #B8EBB6. Grayscale: #292929. Windows color (decimal): -12118967 or 4789319. OLE color: 4789319.

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

Color convert

RGB 71 20 73 -
CMYK 0.03 0.73 0 0.71
HSL 297.74º 0.57% 0.18% -
HSV(B) 297.74º 0.73% 0.29% -
XYZ 4.05 2.32 6.54 -
YUV 41.29 145.9 149.19 -
System Red Green Blue C M Y K H S L
Decimal 71 20 73 0.03 0.73 0 0.71 297.74 0.57 0.18
Hex 47 14 49 3 49 0 47 12A 39 12
Octal 107 24 111 3 111 0 107 452 71 22
Binary 1000111 10100 1001001 11 1001001 0 1000111 100101010 111001 10010

Color Harmonies of #471449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471449

Black with #471449

Text Example


Text Example

White with #471449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471449; }

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

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

background-color css

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

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

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

border-color css

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

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

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