Html Css Color HEX #802982 Dark Purple

📋 copy color: '#802982'

red 128 ◦ green 41 ◦ blue 130

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

Shades of Dark Purple #802982

Tints of Dark Purple #802982

RGB

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

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

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

R = 42.81%
G = 13.71%
B = 43.48%

CMYK

 C value IS 0.02

 M value IS 0.68

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#802982 (or 0x802982) is known color: Dark Purple. HEX triplet: 80, 29 and 82. RGB value is (128,41,130). Sum of RGB (Red+Green+Blue) = 128+41+130=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 130 - color contains mainly: blue. Hex color #802982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802982 is #7FD67D. Grayscale: #4C4C4C. Windows color (decimal): -8377982 or 8530304. OLE color: 8530304.

HSL color Cylindrical-coordinate representation of color #802982: hue angle of 298.65º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #802982 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 128 41 130 -
CMYK 0.02 0.68 0 0.49
HSL 298.65º 0.52% 0.34% -
HSV(B) 298.65º 0.68% 0.51% -
XYZ 13.72 7.79 21.9 -
YUV 77.16 157.82 164.26 -
System Red Green Blue C M Y K H S L
Decimal 128 41 130 0.02 0.68 0 0.49 298.65 0.52 0.34
Hex 80 29 82 2 44 0 31 12B 34 22
Octal 200 51 202 2 104 0 61 453 64 42
Binary 10000000 101001 10000010 10 1000100 0 110001 100101011 110100 100010

Color Harmonies of #802982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802982

Black with #802982

Text Example


Text Example

White with #802982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802982; }

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

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

background-color css

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

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

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

border-color css

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

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

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