Html Css Color HEX #471F49 Hot Purple

📋 copy color: '#471F49'

red 71 ◦ green 31 ◦ blue 73

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

Shades of Hot Purple #471F49

Tints of Hot Purple #471F49

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.71%

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

R = 40.57%
G = 17.71%
B = 41.71%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#471F49 (or 0x471F49) is known color: Hot Purple. HEX triplet: 47, 1F and 49. RGB value is (71,31,73). Sum of RGB (Red+Green+Blue) = 71+31+73=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 31 (12.5% from 255 or 17.71% from 175); Blue value is 73 (28.91% from 255 or 41.71% from 175); Max value from RGB is 73 - color contains mainly: blue. Hex color #471F49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471F49 is #B8E0B6. Grayscale: #2F2F2F. Windows color (decimal): -12116151 or 4792135. OLE color: 4792135.

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

Color convert

RGB 71 31 73 -
CMYK 0.03 0.58 0 0.71
HSL 297.14º 0.4% 0.2% -
HSV(B) 297.14º 0.58% 0.29% -
XYZ 4.29 2.8 6.62 -
YUV 47.75 142.25 144.58 -
System Red Green Blue C M Y K H S L
Decimal 71 31 73 0.03 0.58 0 0.71 297.14 0.4 0.2
Hex 47 1F 49 3 3A 0 47 129 28 14
Octal 107 37 111 3 72 0 107 451 50 24
Binary 1000111 11111 1001001 11 111010 0 1000111 100101001 101000 10100

Color Harmonies of #471F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471F49

Black with #471F49

Text Example


Text Example

White with #471F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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