Html Css Color HEX #802084 Dark Purple

📋 copy color: '#802084'

red 128 ◦ green 32 ◦ blue 132

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

Shades of Dark Purple #802084

Tints of Dark Purple #802084

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.96%

 BLUE value IS 132 (51.95% from 255) = 45.21%

R = 43.84%
G = 10.96%
B = 45.21%

CMYK

 C value IS 0.03

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#802084 (or 0x802084) is known color: Dark Purple. HEX triplet: 80, 20 and 84. RGB value is (128,32,132). Sum of RGB (Red+Green+Blue) = 128+32+132=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 132 (51.95% from 255 or 45.21% from 292); Max value from RGB is 132 - color contains mainly: blue. Hex color #802084 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802084 is #7FDF7B. Grayscale: #474747. Windows color (decimal): -8380284 or 8659072. OLE color: 8659072.

HSL color Cylindrical-coordinate representation of color #802084: hue angle of 297.6º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #802084 is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 32 132 -
CMYK 0.03 0.76 0 0.48
HSL 297.6º 0.61% 0.32% -
HSV(B) 297.6º 0.76% 0.52% -
XYZ 13.58 7.29 22.52 -
YUV 72.1 161.8 167.87 -
System Red Green Blue C M Y K H S L
Decimal 128 32 132 0.03 0.76 0 0.48 297.6 0.61 0.32
Hex 80 20 84 3 4C 0 30 12A 3D 20
Octal 200 40 204 3 114 0 60 452 75 40
Binary 10000000 100000 10000100 11 1001100 0 110000 100101010 111101 100000

Color Harmonies of #802084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802084

Black with #802084

Text Example


Text Example

White with #802084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802084; }

 p { color: rgb(128,32,132); }

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

background-color css

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

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

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

border-color css

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

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

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