Html Css Color HEX #802877 Dark Purple

📋 copy color: '#802877'

red 128 ◦ green 40 ◦ blue 119

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

Shades of Dark Purple #802877

Tints of Dark Purple #802877

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.94%

 BLUE value IS 119 (46.88% from 255) = 41.46%

R = 44.6%
G = 13.94%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.50

RGB Variations

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

Color information

#802877 (or 0x802877) is known color: Dark Purple. HEX triplet: 80, 28 and 77. RGB value is (128,40,119). Sum of RGB (Red+Green+Blue) = 128+40+119=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 128 - color contains mainly: red. Hex color #802877 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802877 is #7FD788. Grayscale: #4B4B4B. Windows color (decimal): -8378249 or 7809152. OLE color: 7809152.

HSL color Cylindrical-coordinate representation of color #802877: hue angle of 306.14º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #802877 is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 40 119 -
CMYK 0 0.69 0.07 0.50
HSL 306.14º 0.52% 0.33% -
HSV(B) 306.14º 0.69% 0.5% -
XYZ 12.99 7.44 18.2 -
YUV 75.32 152.65 165.58 -
System Red Green Blue C M Y K H S L
Decimal 128 40 119 0 0.69 0.07 0.50 306.14 0.52 0.33
Hex 80 28 77 0 45 7 32 132 34 21
Octal 200 50 167 0 105 7 62 462 64 41
Binary 10000000 101000 1110111 0 1000101 111 110010 100110010 110100 100001

Color Harmonies of #802877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802877

Black with #802877

Text Example


Text Example

White with #802877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802877; }

 p { color: rgb(128,40,119); }

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

background-color css

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

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

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

border-color css

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

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

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