Html Css Color HEX #802980 Dark Purple

📋 copy color: '#802980'

red 128 ◦ green 41 ◦ blue 128

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

Shades of Dark Purple #802980

Tints of Dark Purple #802980

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.8%

 BLUE value IS 128 (50.39% from 255) = 43.1%

R = 43.1%
G = 13.8%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#802980 (or 0x802980) is known color: Dark Purple. HEX triplet: 80, 29 and 80. RGB value is (128,41,128). Sum of RGB (Red+Green+Blue) = 128+41+128=297 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.10% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 128 (50.39% from 255 or 43.10% from 297); Max value from RGB is 128 - color contains mainly: red, blue. Hex color #802980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802980 is #7FD67F. Grayscale: #4C4C4C. Windows color (decimal): -8377984 or 8399232. OLE color: 8399232.

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

Color convert

RGB 128 41 128 -
CMYK 0 0.68 0 0.50
HSL 300º 0.51% 0.33% -
HSV(B) 300º 0.68% 0.5% -
XYZ 13.59 7.73 21.2 -
YUV 76.93 156.82 164.43 -
System Red Green Blue C M Y K H S L
Decimal 128 41 128 0 0.68 0 0.50 300 0.51 0.33
Hex 80 29 80 0 44 0 32 12C 33 21
Octal 200 51 200 0 104 0 62 454 63 41
Binary 10000000 101001 10000000 0 1000100 0 110010 100101100 110011 100001

Color Harmonies of #802980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802980

Black with #802980

Text Example


Text Example

White with #802980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802980; }

 p { color: rgb(128,41,128); }

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

background-color css

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

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

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

border-color css

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

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

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