Html Css Color HEX #802777 Dark Purple

📋 copy color: '#802777'

red 128 ◦ green 39 ◦ blue 119

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

Shades of Dark Purple #802777

Tints of Dark Purple #802777

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.64%

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

R = 44.76%
G = 13.64%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.07

 K value IS 0.50

RGB Variations

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

Color information

#802777 (or 0x802777) is known color: Dark Purple. HEX triplet: 80, 27 and 77. RGB value is (128,39,119). Sum of RGB (Red+Green+Blue) = 128+39+119=286 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.76% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 119 (46.88% from 255 or 41.61% from 286); Max value from RGB is 128 - color contains mainly: red. Hex color #802777 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802777 is #7FD888. Grayscale: #4A4A4A. Windows color (decimal): -8378505 or 7808896. OLE color: 7808896.

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

Color convert

RGB 128 39 119 -
CMYK 0 0.70 0.07 0.50
HSL 306.07º 0.53% 0.33% -
HSV(B) 306.07º 0.7% 0.5% -
XYZ 12.96 7.37 18.19 -
YUV 74.73 152.99 166 -
System Red Green Blue C M Y K H S L
Decimal 128 39 119 0 0.70 0.07 0.50 306.07 0.53 0.33
Hex 80 27 77 0 46 7 32 132 35 21
Octal 200 47 167 0 106 7 62 462 65 41
Binary 10000000 100111 1110111 0 1000110 111 110010 100110010 110101 100001

Color Harmonies of #802777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802777

Black with #802777

Text Example


Text Example

White with #802777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802777; }

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

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

background-color css

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

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

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

border-color css

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

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

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