Html Css Color HEX #802973 Dark Purple

📋 copy color: '#802973'

red 128 ◦ green 41 ◦ blue 115

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

Shades of Dark Purple #802973

Tints of Dark Purple #802973

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.44%

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

R = 45.07%
G = 14.44%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#802973 (or 0x802973) is known color: Dark Purple. HEX triplet: 80, 29 and 73. RGB value is (128,41,115). Sum of RGB (Red+Green+Blue) = 128+41+115=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 128 - color contains mainly: red. Hex color #802973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802973 is #7FD68C. Grayscale: #4B4B4B. Windows color (decimal): -8377997 or 7547264. OLE color: 7547264.

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

Color convert

RGB 128 41 115 -
CMYK 0 0.68 0.10 0.50
HSL 308.97º 0.51% 0.33% -
HSV(B) 308.97º 0.68% 0.5% -
XYZ 12.79 7.41 16.98 -
YUV 75.45 150.32 165.48 -
System Red Green Blue C M Y K H S L
Decimal 128 41 115 0 0.68 0.10 0.50 308.97 0.51 0.33
Hex 80 29 73 0 44 A 32 135 33 21
Octal 200 51 163 0 104 12 62 465 63 41
Binary 10000000 101001 1110011 0 1000100 1010 110010 100110101 110011 100001

Color Harmonies of #802973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802973

Black with #802973

Text Example


Text Example

White with #802973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802973; }

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

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

background-color css

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

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

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

border-color css

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

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

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