Html Css Color HEX #80076D Purple

📋 copy color: '#80076D'

red 128 ◦ green 7 ◦ blue 109

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

Shades of Purple #80076D

Tints of Purple #80076D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.87%

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

R = 52.46%
G = 2.87%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#80076D (or 0x80076D) is known color: Purple. HEX triplet: 80, 07 and 6D. RGB value is (128,7,109). Sum of RGB (Red+Green+Blue) = 128+7+109=244 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.46% from 244); Green value is 7 (3.12% from 255 or 2.87% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 128 - color contains mainly: red. Hex color #80076D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80076D is #7FF892. Grayscale: #363636. Windows color (decimal): -8386707 or 7145344. OLE color: 7145344.

HSL color Cylindrical-coordinate representation of color #80076D: hue angle of 309.42º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #80076D is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 7 109 -
CMYK 0 0.95 0.15 0.50
HSL 309.42º 0.9% 0.26% -
HSV(B) 309.42º 0.95% 0.5% -
XYZ 11.74 5.85 14.98 -
YUV 54.81 158.59 180.21 -
System Red Green Blue C M Y K H S L
Decimal 128 7 109 0 0.95 0.15 0.50 309.42 0.9 0.26
Hex 80 7 6D 0 5F F 32 135 5A 1A
Octal 200 7 155 0 137 17 62 465 132 32
Binary 10000000 111 1101101 0 1011111 1111 110010 100110101 1011010 11010

Color Harmonies of #80076D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80076D

Black with #80076D

Text Example


Text Example

White with #80076D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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