Html Css Color HEX #802473 Dark Purple

📋 copy color: '#802473'

red 128 ◦ green 36 ◦ blue 115

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

Shades of Dark Purple #802473

Tints of Dark Purple #802473

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.9%

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

R = 45.88%
G = 12.9%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#802473 (or 0x802473) is known color: Dark Purple. HEX triplet: 80, 24 and 73. RGB value is (128,36,115). Sum of RGB (Red+Green+Blue) = 128+36+115=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 128 - color contains mainly: red. Hex color #802473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802473 is #7FDB8C. Grayscale: #484848. Windows color (decimal): -8379277 or 7545984. OLE color: 7545984.

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

Color convert

RGB 128 36 115 -
CMYK 0 0.72 0.10 0.50
HSL 308.48º 0.56% 0.32% -
HSV(B) 308.48º 0.72% 0.5% -
XYZ 12.63 7.09 16.92 -
YUV 72.51 151.98 167.58 -
System Red Green Blue C M Y K H S L
Decimal 128 36 115 0 0.72 0.10 0.50 308.48 0.56 0.32
Hex 80 24 73 0 48 A 32 134 38 20
Octal 200 44 163 0 110 12 62 464 70 40
Binary 10000000 100100 1110011 0 1001000 1010 110010 100110100 111000 100000

Color Harmonies of #802473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802473

Black with #802473

Text Example


Text Example

White with #802473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802473; }

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

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

background-color css

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

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

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

border-color css

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

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

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