Html Css Color HEX #471650 Hot Purple

📋 copy color: '#471650'

red 71 ◦ green 22 ◦ blue 80

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

Shades of Hot Purple #471650

Tints of Hot Purple #471650

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.72%

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

R = 41.04%
G = 12.72%
B = 46.24%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#471650 (or 0x471650) is known color: Hot Purple. HEX triplet: 47, 16 and 50. RGB value is (71,22,80). Sum of RGB (Red+Green+Blue) = 71+22+80=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 80 (31.64% from 255 or 46.24% from 173); Max value from RGB is 80 - color contains mainly: blue. Hex color #471650 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471650 is #B8E9AF. Grayscale: #2B2B2B. Windows color (decimal): -12118448 or 5248583. OLE color: 5248583.

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

Color convert

RGB 71 22 80 -
CMYK 0.11 0.72 0 0.69
HSL 290.69º 0.57% 0.2% -
HSV(B) 290.69º 0.73% 0.31% -
XYZ 4.33 2.49 7.84 -
YUV 43.26 148.73 147.78 -
System Red Green Blue C M Y K H S L
Decimal 71 22 80 0.11 0.72 0 0.69 290.69 0.57 0.2
Hex 47 16 50 B 48 0 45 123 39 14
Octal 107 26 120 13 110 0 105 443 71 24
Binary 1000111 10110 1010000 1011 1001000 0 1000101 100100011 111001 10100

Color Harmonies of #471650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471650

Black with #471650

Text Example


Text Example

White with #471650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471650; }

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

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

background-color css

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

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

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

border-color css

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

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

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