Html Css Color HEX #471549 Hot Purple

📋 copy color: '#471549'

red 71 ◦ green 21 ◦ blue 73

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

Shades of Hot Purple #471549

Tints of Hot Purple #471549

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.73%

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

R = 43.03%
G = 12.73%
B = 44.24%

CMYK

 C value IS 0.03

 M value IS 0.71

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#471549 (or 0x471549) is known color: Hot Purple. HEX triplet: 47, 15 and 49. RGB value is (71,21,73). Sum of RGB (Red+Green+Blue) = 71+21+73=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 73 (28.91% from 255 or 44.24% from 165); Max value from RGB is 73 - color contains mainly: blue. Hex color #471549 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471549 is #B8EAB6. Grayscale: #292929. Windows color (decimal): -12118711 or 4789575. OLE color: 4789575.

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

Color convert

RGB 71 21 73 -
CMYK 0.03 0.71 0 0.71
HSL 297.69º 0.55% 0.18% -
HSV(B) 297.69º 0.71% 0.29% -
XYZ 4.07 2.36 6.54 -
YUV 41.88 145.57 148.77 -
System Red Green Blue C M Y K H S L
Decimal 71 21 73 0.03 0.71 0 0.71 297.69 0.55 0.18
Hex 47 15 49 3 47 0 47 12A 37 12
Octal 107 25 111 3 107 0 107 452 67 22
Binary 1000111 10101 1001001 11 1000111 0 1000111 100101010 110111 10010

Color Harmonies of #471549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471549

Black with #471549

Text Example


Text Example

White with #471549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471549; }

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

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

background-color css

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

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

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

border-color css

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

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

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