Html Css Color HEX #80327A Dark Purple

📋 copy color: '#80327A'

red 128 ◦ green 50 ◦ blue 122

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

Shades of Dark Purple #80327A

Tints of Dark Purple #80327A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 40.67%

R = 42.67%
G = 16.67%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#80327A (or 0x80327A) is known color: Dark Purple. HEX triplet: 80, 32 and 7A. RGB value is (128,50,122). Sum of RGB (Red+Green+Blue) = 128+50+122=300 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.67% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 122 (48.05% from 255 or 40.67% from 300); Max value from RGB is 128 - color contains mainly: red. Hex color #80327A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80327A is #7FCD85. Grayscale: #515151. Windows color (decimal): -8375686 or 8008320. OLE color: 8008320.

HSL color Cylindrical-coordinate representation of color #80327A: hue angle of 304.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 #80327A is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 50 122 -
CMYK 0 0.61 0.05 0.50
HSL 304.62º 0.44% 0.35% -
HSV(B) 304.62º 0.61% 0.5% -
XYZ 13.56 8.28 19.3 -
YUV 81.53 150.84 161.15 -
System Red Green Blue C M Y K H S L
Decimal 128 50 122 0 0.61 0.05 0.50 304.62 0.44 0.35
Hex 80 32 7A 0 3D 5 32 131 2C 23
Octal 200 62 172 0 75 5 62 461 54 43
Binary 10000000 110010 1111010 0 111101 101 110010 100110001 101100 100011

Color Harmonies of #80327A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80327A

Black with #80327A

Text Example


Text Example

White with #80327A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80327A; }

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

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

background-color css

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

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

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

border-color css

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

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

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