Html Css Color HEX #802882 Dark Purple

📋 copy color: '#802882'

red 128 ◦ green 40 ◦ blue 130

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

Shades of Dark Purple #802882

Tints of Dark Purple #802882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 43.62%

R = 42.95%
G = 13.42%
B = 43.62%

CMYK

 C value IS 0.02

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#802882 (or 0x802882) is known color: Dark Purple. HEX triplet: 80, 28 and 82. RGB value is (128,40,130). Sum of RGB (Red+Green+Blue) = 128+40+130=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 130 (51.17% from 255 or 43.62% from 298); Max value from RGB is 130 - color contains mainly: blue. Hex color #802882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802882 is #7FD77D. Grayscale: #4C4C4C. Windows color (decimal): -8378238 or 8530048. OLE color: 8530048.

HSL color Cylindrical-coordinate representation of color #802882: hue angle of 298.67º 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 #802882 is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 128 40 130 -
CMYK 0.02 0.69 0 0.49
HSL 298.67º 0.53% 0.33% -
HSV(B) 298.67º 0.69% 0.51% -
XYZ 13.69 7.72 21.89 -
YUV 76.57 158.15 164.68 -
System Red Green Blue C M Y K H S L
Decimal 128 40 130 0.02 0.69 0 0.49 298.67 0.53 0.33
Hex 80 28 82 2 45 0 31 12B 35 21
Octal 200 50 202 2 105 0 61 453 65 41
Binary 10000000 101000 10000010 10 1000101 0 110001 100101011 110101 100001

Color Harmonies of #802882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802882

Black with #802882

Text Example


Text Example

White with #802882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802882; }

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

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

background-color css

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

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

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

border-color css

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

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

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