Html Css Color HEX #801676 Dark Purple

📋 copy color: '#801676'

red 128 ◦ green 22 ◦ blue 118

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

Shades of Dark Purple #801676

Tints of Dark Purple #801676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 44.03%

R = 47.76%
G = 8.21%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#801676 (or 0x801676) is known color: Dark Purple. HEX triplet: 80, 16 and 76. RGB value is (128,22,118). Sum of RGB (Red+Green+Blue) = 128+22+118=268 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.76% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 128 - color contains mainly: red. Hex color #801676 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801676 is #7FE989. Grayscale: #404040. Windows color (decimal): -8382858 or 7739008. OLE color: 7739008.

HSL color Cylindrical-coordinate representation of color #801676: hue angle of 305.66º 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 #801676 is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 22 118 -
CMYK 0 0.83 0.08 0.50
HSL 305.66º 0.71% 0.29% -
HSV(B) 305.66º 0.83% 0.5% -
XYZ 12.46 6.47 17.73 -
YUV 64.64 158.12 173.19 -
System Red Green Blue C M Y K H S L
Decimal 128 22 118 0 0.83 0.08 0.50 305.66 0.71 0.29
Hex 80 16 76 0 53 8 32 132 47 1D
Octal 200 26 166 0 123 10 62 462 107 35
Binary 10000000 10110 1110110 0 1010011 1000 110010 100110010 1000111 11101

Color Harmonies of #801676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801676

Black with #801676

Text Example


Text Example

White with #801676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801676; }

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

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

background-color css

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

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

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

border-color css

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

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

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