Html Css Color HEX #80326C Dark Purple

📋 copy color: '#80326C'

red 128 ◦ green 50 ◦ blue 108

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

Shades of Dark Purple #80326C

Tints of Dark Purple #80326C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 37.76%

R = 44.76%
G = 17.48%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#80326C (or 0x80326C) is known color: Dark Purple. HEX triplet: 80, 32 and 6C. RGB value is (128,50,108). Sum of RGB (Red+Green+Blue) = 128+50+108=286 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.76% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 128 - color contains mainly: red. Hex color #80326C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80326C is #7FCD93. Grayscale: #4F4F4F. Windows color (decimal): -8375700 or 7090816. OLE color: 7090816.

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

Color convert

RGB 128 50 108 -
CMYK 0 0.61 0.16 0.50
HSL 315.38º 0.44% 0.35% -
HSV(B) 315.38º 0.61% 0.5% -
XYZ 12.75 7.95 15.05 -
YUV 79.93 143.84 162.28 -
System Red Green Blue C M Y K H S L
Decimal 128 50 108 0 0.61 0.16 0.50 315.38 0.44 0.35
Hex 80 32 6C 0 3D 10 32 13B 2C 23
Octal 200 62 154 0 75 20 62 473 54 43
Binary 10000000 110010 1101100 0 111101 10000 110010 100111011 101100 100011

Color Harmonies of #80326C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80326C

Black with #80326C

Text Example


Text Example

White with #80326C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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