Html Css Color HEX #802372 Dark Purple

📋 copy color: '#802372'

red 128 ◦ green 35 ◦ blue 114

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

Shades of Dark Purple #802372

Tints of Dark Purple #802372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 41.16%

R = 46.21%
G = 12.64%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#802372 (or 0x802372) is known color: Dark Purple. HEX triplet: 80, 23 and 72. RGB value is (128,35,114). Sum of RGB (Red+Green+Blue) = 128+35+114=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 128 - color contains mainly: red. Hex color #802372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802372 is #7FDC8D. Grayscale: #474747. Windows color (decimal): -8379534 or 7480192. OLE color: 7480192.

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

Color convert

RGB 128 35 114 -
CMYK 0 0.73 0.11 0.50
HSL 309.03º 0.57% 0.32% -
HSV(B) 309.03º 0.73% 0.5% -
XYZ 12.54 7.01 16.61 -
YUV 71.81 151.81 168.08 -
System Red Green Blue C M Y K H S L
Decimal 128 35 114 0 0.73 0.11 0.50 309.03 0.57 0.32
Hex 80 23 72 0 49 B 32 135 39 20
Octal 200 43 162 0 111 13 62 465 71 40
Binary 10000000 100011 1110010 0 1001001 1011 110010 100110101 111001 100000

Color Harmonies of #802372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802372

Black with #802372

Text Example


Text Example

White with #802372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802372; }

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

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

background-color css

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

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

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

border-color css

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

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

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