Html Css Color HEX #802773 Dark Purple

📋 copy color: '#802773'

red 128 ◦ green 39 ◦ blue 115

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

Shades of Dark Purple #802773

Tints of Dark Purple #802773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 40.78%

R = 45.39%
G = 13.83%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#802773 (or 0x802773) is known color: Dark Purple. HEX triplet: 80, 27 and 73. RGB value is (128,39,115). Sum of RGB (Red+Green+Blue) = 128+39+115=282 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.39% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 128 - color contains mainly: red. Hex color #802773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802773 is #7FD88C. Grayscale: #4A4A4A. Windows color (decimal): -8378509 or 7546752. OLE color: 7546752.

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

Color convert

RGB 128 39 115 -
CMYK 0 0.70 0.10 0.50
HSL 308.76º 0.53% 0.33% -
HSV(B) 308.76º 0.7% 0.5% -
XYZ 12.72 7.28 16.95 -
YUV 74.28 150.99 166.32 -
System Red Green Blue C M Y K H S L
Decimal 128 39 115 0 0.70 0.10 0.50 308.76 0.53 0.33
Hex 80 27 73 0 46 A 32 135 35 21
Octal 200 47 163 0 106 12 62 465 65 41
Binary 10000000 100111 1110011 0 1000110 1010 110010 100110101 110101 100001

Color Harmonies of #802773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802773

Black with #802773

Text Example


Text Example

White with #802773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802773; }

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

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

background-color css

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

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

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

border-color css

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

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

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