Html Css Color HEX #802771 Dark Purple

📋 copy color: '#802771'

red 128 ◦ green 39 ◦ blue 113

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

Shades of Dark Purple #802771

Tints of Dark Purple #802771

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.93%

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

R = 45.71%
G = 13.93%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#802771 (or 0x802771) is known color: Dark Purple. HEX triplet: 80, 27 and 71. RGB value is (128,39,113). Sum of RGB (Red+Green+Blue) = 128+39+113=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 128 - color contains mainly: red. Hex color #802771 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802771 is #7FD88E. Grayscale: #494949. Windows color (decimal): -8378511 or 7415680. OLE color: 7415680.

HSL color Cylindrical-coordinate representation of color #802771: hue angle of 310.11º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #802771 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 39 113 -
CMYK 0 0.70 0.12 0.50
HSL 310.11º 0.53% 0.33% -
HSV(B) 310.11º 0.7% 0.5% -
XYZ 12.61 7.23 16.35 -
YUV 74.05 149.99 166.48 -
System Red Green Blue C M Y K H S L
Decimal 128 39 113 0 0.70 0.12 0.50 310.11 0.53 0.33
Hex 80 27 71 0 46 C 32 136 35 21
Octal 200 47 161 0 106 14 62 466 65 41
Binary 10000000 100111 1110001 0 1000110 1100 110010 100110110 110101 100001

Color Harmonies of #802771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802771

Black with #802771

Text Example


Text Example

White with #802771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802771; }

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

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

background-color css

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

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

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

border-color css

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

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

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