Html Css Color HEX #471950 Hot Purple

📋 copy color: '#471950'

red 71 ◦ green 25 ◦ blue 80

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

Shades of Hot Purple #471950

Tints of Hot Purple #471950

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.2%

 BLUE value IS 80 (31.64% from 255) = 45.45%

R = 40.34%
G = 14.2%
B = 45.45%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#471950 (or 0x471950) is known color: Hot Purple. HEX triplet: 47, 19 and 50. RGB value is (71,25,80). Sum of RGB (Red+Green+Blue) = 71+25+80=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 80 (31.64% from 255 or 45.45% from 176); Max value from RGB is 80 - color contains mainly: blue. Hex color #471950 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471950 is #B8E6AF. Grayscale: #2C2C2C. Windows color (decimal): -12117680 or 5249351. OLE color: 5249351.

HSL color Cylindrical-coordinate representation of color #471950: hue angle of 290.18º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #471950 is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 25 80 -
CMYK 0.11 0.69 0 0.69
HSL 290.18º 0.52% 0.21% -
HSV(B) 290.18º 0.69% 0.31% -
XYZ 4.39 2.61 7.86 -
YUV 45.02 147.74 146.53 -
System Red Green Blue C M Y K H S L
Decimal 71 25 80 0.11 0.69 0 0.69 290.18 0.52 0.21
Hex 47 19 50 B 45 0 45 122 34 15
Octal 107 31 120 13 105 0 105 442 64 25
Binary 1000111 11001 1010000 1011 1000101 0 1000101 100100010 110100 10101

Color Harmonies of #471950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471950

Black with #471950

Text Example


Text Example

White with #471950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471950; }

 p { color: rgb(71,25,80); }

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

background-color css

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

 a { background-color: rgb(71,25,80); }

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

border-color css

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

 span { border-color: rgb(71,25,80); }

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