Html Css Color HEX #802371 Dark Purple

📋 copy color: '#802371'

red 128 ◦ green 35 ◦ blue 113

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

Shades of Dark Purple #802371

Tints of Dark Purple #802371

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.68%

 BLUE value IS 113 (44.53% from 255) = 40.94%

R = 46.38%
G = 12.68%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#802371 (or 0x802371) is known color: Dark Purple. HEX triplet: 80, 23 and 71. RGB value is (128,35,113). Sum of RGB (Red+Green+Blue) = 128+35+113=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 113 (44.53% from 255 or 40.94% from 276); Max value from RGB is 128 - color contains mainly: red. Hex color #802371 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802371 is #7FDC8E. Grayscale: #474747. Windows color (decimal): -8379535 or 7414656. OLE color: 7414656.

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

Color convert

RGB 128 35 113 -
CMYK 0 0.73 0.12 0.50
HSL 309.68º 0.57% 0.32% -
HSV(B) 309.68º 0.73% 0.5% -
XYZ 12.48 6.98 16.31 -
YUV 71.7 151.31 168.16 -
System Red Green Blue C M Y K H S L
Decimal 128 35 113 0 0.73 0.12 0.50 309.68 0.57 0.32
Hex 80 23 71 0 49 C 32 136 39 20
Octal 200 43 161 0 111 14 62 466 71 40
Binary 10000000 100011 1110001 0 1001001 1100 110010 100110110 111001 100000

Color Harmonies of #802371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802371

Black with #802371

Text Example


Text Example

White with #802371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802371; }

 p { color: rgb(128,35,113); }

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

background-color css

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

 a { background-color: rgb(128,35,113); }

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

border-color css

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

 span { border-color: rgb(128,35,113); }

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