Html Css Color HEX #802573 Dark Purple

📋 copy color: '#802573'

red 128 ◦ green 37 ◦ blue 115

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

Shades of Dark Purple #802573

Tints of Dark Purple #802573

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.21%

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

R = 45.71%
G = 13.21%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#802573 (or 0x802573) is known color: Dark Purple. HEX triplet: 80, 25 and 73. RGB value is (128,37,115). Sum of RGB (Red+Green+Blue) = 128+37+115=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 128 - color contains mainly: red. Hex color #802573 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802573 is #7FDA8C. Grayscale: #484848. Windows color (decimal): -8379021 or 7546240. OLE color: 7546240.

HSL color Cylindrical-coordinate representation of color #802573: hue angle of 308.57º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #802573 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 37 115 -
CMYK 0 0.71 0.10 0.50
HSL 308.57º 0.55% 0.32% -
HSV(B) 308.57º 0.71% 0.5% -
XYZ 12.66 7.15 16.93 -
YUV 73.1 151.65 167.16 -
System Red Green Blue C M Y K H S L
Decimal 128 37 115 0 0.71 0.10 0.50 308.57 0.55 0.32
Hex 80 25 73 0 47 A 32 135 37 20
Octal 200 45 163 0 107 12 62 465 67 40
Binary 10000000 100101 1110011 0 1000111 1010 110010 100110101 110111 100000

Color Harmonies of #802573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802573

Black with #802573

Text Example


Text Example

White with #802573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802573; }

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

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

background-color css

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

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

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

border-color css

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

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

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