Html Css Color HEX #80326F Dark Purple

📋 copy color: '#80326F'

red 128 ◦ green 50 ◦ blue 111

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

Shades of Dark Purple #80326F

Tints of Dark Purple #80326F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.3%

 BLUE value IS 111 (43.75% from 255) = 38.41%

R = 44.29%
G = 17.3%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#80326F (or 0x80326F) is known color: Dark Purple. HEX triplet: 80, 32 and 6F. RGB value is (128,50,111). Sum of RGB (Red+Green+Blue) = 128+50+111=289 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.29% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 128 - color contains mainly: red. Hex color #80326F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80326F is #7FCD90. Grayscale: #505050. Windows color (decimal): -8375697 or 7287424. OLE color: 7287424.

HSL color Cylindrical-coordinate representation of color #80326F: hue angle of 313.08º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #80326F is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 50 111 -
CMYK 0 0.61 0.13 0.50
HSL 313.08º 0.44% 0.35% -
HSV(B) 313.08º 0.61% 0.5% -
XYZ 12.91 8.02 15.91 -
YUV 80.28 145.34 162.04 -
System Red Green Blue C M Y K H S L
Decimal 128 50 111 0 0.61 0.13 0.50 313.08 0.44 0.35
Hex 80 32 6F 0 3D D 32 139 2C 23
Octal 200 62 157 0 75 15 62 471 54 43
Binary 10000000 110010 1101111 0 111101 1101 110010 100111001 101100 100011

Color Harmonies of #80326F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80326F

Black with #80326F

Text Example


Text Example

White with #80326F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80326F; }

 p { color: rgb(128,50,111); }

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

background-color css

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

 a { background-color: rgb(128,50,111); }

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

border-color css

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

 span { border-color: rgb(128,50,111); }

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