Html Css Color HEX #80326D Dark Purple

📋 copy color: '#80326D'

red 128 ◦ green 50 ◦ blue 109

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

Shades of Dark Purple #80326D

Tints of Dark Purple #80326D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.98%

R = 44.6%
G = 17.42%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#80326D (or 0x80326D) is known color: Dark Purple. HEX triplet: 80, 32 and 6D. RGB value is (128,50,109). Sum of RGB (Red+Green+Blue) = 128+50+109=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 128 - color contains mainly: red. Hex color #80326D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80326D is #7FCD92. Grayscale: #4F4F4F. Windows color (decimal): -8375699 or 7156352. OLE color: 7156352.

HSL color Cylindrical-coordinate representation of color #80326D: hue angle of 314.62º 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 #80326D is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 50 109 -
CMYK 0 0.61 0.15 0.50
HSL 314.62º 0.44% 0.35% -
HSV(B) 314.62º 0.61% 0.5% -
XYZ 12.8 7.97 15.33 -
YUV 80.05 144.34 162.2 -
System Red Green Blue C M Y K H S L
Decimal 128 50 109 0 0.61 0.15 0.50 314.62 0.44 0.35
Hex 80 32 6D 0 3D F 32 13B 2C 23
Octal 200 62 155 0 75 17 62 473 54 43
Binary 10000000 110010 1101101 0 111101 1111 110010 100111011 101100 100011

Color Harmonies of #80326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80326D

Black with #80326D

Text Example


Text Example

White with #80326D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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