Html Css Color HEX #801471 Dark Purple

📋 copy color: '#801471'

red 128 ◦ green 20 ◦ blue 113

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

Shades of Dark Purple #801471

Tints of Dark Purple #801471

RGB

 RED value IS 128 (50.39% from 255) = 49.04%

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

 BLUE value IS 113 (44.53% from 255) = 43.3%

R = 49.04%
G = 7.66%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#801471 (or 0x801471) is known color: Dark Purple. HEX triplet: 80, 14 and 71. RGB value is (128,20,113). Sum of RGB (Red+Green+Blue) = 128+20+113=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 128 - color contains mainly: red. Hex color #801471 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801471 is #7FEB8E. Grayscale: #3E3E3E. Windows color (decimal): -8383375 or 7410816. OLE color: 7410816.

HSL color Cylindrical-coordinate representation of color #801471: hue angle of 308.33º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #801471 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 20 113 -
CMYK 0 0.84 0.12 0.50
HSL 308.33º 0.73% 0.29% -
HSV(B) 308.33º 0.84% 0.5% -
XYZ 12.13 6.28 16.2 -
YUV 62.89 156.28 174.44 -
System Red Green Blue C M Y K H S L
Decimal 128 20 113 0 0.84 0.12 0.50 308.33 0.73 0.29
Hex 80 14 71 0 54 C 32 134 49 1D
Octal 200 24 161 0 124 14 62 464 111 35
Binary 10000000 10100 1110001 0 1010100 1100 110010 100110100 1001001 11101

Color Harmonies of #801471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801471

Black with #801471

Text Example


Text Example

White with #801471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801471; }

 p { color: rgb(128,20,113); }

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

background-color css

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

 a { background-color: rgb(128,20,113); }

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

border-color css

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

 span { border-color: rgb(128,20,113); }

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