Html Css Color HEX #801680 Dark Purple

📋 copy color: '#801680'

red 128 ◦ green 22 ◦ blue 128

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

Shades of Dark Purple #801680

Tints of Dark Purple #801680

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.91%

 BLUE value IS 128 (50.39% from 255) = 46.04%

R = 46.04%
G = 7.91%
B = 46.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#801680 (or 0x801680) is known color: Dark Purple. HEX triplet: 80, 16 and 80. RGB value is (128,22,128). Sum of RGB (Red+Green+Blue) = 128+22+128=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 128 (50.39% from 255 or 46.04% from 278); Max value from RGB is 128 - color contains mainly: red, blue. Hex color #801680 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801680 is #7FE97F. Grayscale: #414141. Windows color (decimal): -8382848 or 8394368. OLE color: 8394368.

HSL color Cylindrical-coordinate representation of color #801680: hue angle of 300º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #801680 is Cyan = 0, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 22 128 -
CMYK 0 0.83 0 0.50
HSL 300º 0.71% 0.29% -
HSV(B) 300º 0.83% 0.5% -
XYZ 13.09 6.72 21.03 -
YUV 65.78 163.12 172.38 -
System Red Green Blue C M Y K H S L
Decimal 128 22 128 0 0.83 0 0.50 300 0.71 0.29
Hex 80 16 80 0 53 0 32 12C 47 1D
Octal 200 26 200 0 123 0 62 454 107 35
Binary 10000000 10110 10000000 0 1010011 0 110010 100101100 1000111 11101

Color Harmonies of #801680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801680

Black with #801680

Text Example


Text Example

White with #801680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801680; }

 p { color: rgb(128,22,128); }

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

background-color css

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

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

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

border-color css

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

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

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