Html Css Color HEX #801876 Dark Purple

📋 copy color: '#801876'

red 128 ◦ green 24 ◦ blue 118

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

Shades of Dark Purple #801876

Tints of Dark Purple #801876

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.89%

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

R = 47.41%
G = 8.89%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#801876 (or 0x801876) is known color: Dark Purple. HEX triplet: 80, 18 and 76. RGB value is (128,24,118). Sum of RGB (Red+Green+Blue) = 128+24+118=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 128 - color contains mainly: red. Hex color #801876 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801876 is #7FE789. Grayscale: #414141. Windows color (decimal): -8382346 or 7739520. OLE color: 7739520.

HSL color Cylindrical-coordinate representation of color #801876: hue angle of 305.77º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #801876 is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 24 118 -
CMYK 0 0.81 0.08 0.50
HSL 305.77º 0.68% 0.3% -
HSV(B) 305.77º 0.81% 0.5% -
XYZ 12.5 6.55 17.75 -
YUV 65.81 157.46 172.36 -
System Red Green Blue C M Y K H S L
Decimal 128 24 118 0 0.81 0.08 0.50 305.77 0.68 0.3
Hex 80 18 76 0 51 8 32 132 44 1E
Octal 200 30 166 0 121 10 62 462 104 36
Binary 10000000 11000 1110110 0 1010001 1000 110010 100110010 1000100 11110

Color Harmonies of #801876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801876

Black with #801876

Text Example


Text Example

White with #801876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801876; }

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

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

background-color css

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

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

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

border-color css

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

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

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