Html Css Color HEX #802881 Dark Purple

📋 copy color: '#802881'

red 128 ◦ green 40 ◦ blue 129

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

Shades of Dark Purple #802881

Tints of Dark Purple #802881

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.47%

 BLUE value IS 129 (50.78% from 255) = 43.43%

R = 43.1%
G = 13.47%
B = 43.43%

CMYK

 C value IS 0.01

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#802881 (or 0x802881) is known color: Dark Purple. HEX triplet: 80, 28 and 81. RGB value is (128,40,129). Sum of RGB (Red+Green+Blue) = 128+40+129=297 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.10% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 129 (50.78% from 255 or 43.43% from 297); Max value from RGB is 129 - color contains mainly: blue. Hex color #802881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802881 is #7FD77E. Grayscale: #4C4C4C. Windows color (decimal): -8378239 or 8464512. OLE color: 8464512.

HSL color Cylindrical-coordinate representation of color #802881: hue angle of 299.33º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #802881 is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 128 40 129 -
CMYK 0.01 0.69 0 0.49
HSL 299.33º 0.53% 0.33% -
HSV(B) 299.33º 0.69% 0.51% -
XYZ 13.62 7.69 21.54 -
YUV 76.46 157.65 164.76 -
System Red Green Blue C M Y K H S L
Decimal 128 40 129 0.01 0.69 0 0.49 299.33 0.53 0.33
Hex 80 28 81 1 45 0 31 12B 35 21
Octal 200 50 201 1 105 0 61 453 65 41
Binary 10000000 101000 10000001 1 1000101 0 110001 100101011 110101 100001

Color Harmonies of #802881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802881

Black with #802881

Text Example


Text Example

White with #802881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802881; }

 p { color: rgb(128,40,129); }

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

background-color css

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

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

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

border-color css

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

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

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