Html Css Color HEX #802681 Dark Purple

📋 copy color: '#802681'

red 128 ◦ green 38 ◦ blue 129

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

Shades of Dark Purple #802681

Tints of Dark Purple #802681

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.88%

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

R = 43.39%
G = 12.88%
B = 43.73%

CMYK

 C value IS 0.01

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#802681 (or 0x802681) is known color: Dark Purple. HEX triplet: 80, 26 and 81. RGB value is (128,38,129). Sum of RGB (Red+Green+Blue) = 128+38+129=295 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.39% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 129 - color contains mainly: blue. Hex color #802681 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802681 is #7FD97E. Grayscale: #4B4B4B. Windows color (decimal): -8378751 or 8464000. OLE color: 8464000.

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

Color convert

RGB 128 38 129 -
CMYK 0.01 0.71 0 0.49
HSL 299.34º 0.54% 0.33% -
HSV(B) 299.34º 0.71% 0.51% -
XYZ 13.56 7.56 21.51 -
YUV 75.28 158.32 165.6 -
System Red Green Blue C M Y K H S L
Decimal 128 38 129 0.01 0.71 0 0.49 299.34 0.54 0.33
Hex 80 26 81 1 47 0 31 12B 36 21
Octal 200 46 201 1 107 0 61 453 66 41
Binary 10000000 100110 10000001 1 1000111 0 110001 100101011 110110 100001

Color Harmonies of #802681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802681

Black with #802681

Text Example


Text Example

White with #802681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802681; }

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

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

background-color css

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

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

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

border-color css

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

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

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