Html Css Color HEX #80076E Purple

📋 copy color: '#80076E'

red 128 ◦ green 7 ◦ blue 110

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

Shades of Purple #80076E

Tints of Purple #80076E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 44.9%

R = 52.24%
G = 2.86%
B = 44.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#80076E (or 0x80076E) is known color: Purple. HEX triplet: 80, 07 and 6E. RGB value is (128,7,110). Sum of RGB (Red+Green+Blue) = 128+7+110=245 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.24% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 128 - color contains mainly: red. Hex color #80076E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80076E is #7FF891. Grayscale: #363636. Windows color (decimal): -8386706 or 7210880. OLE color: 7210880.

HSL color Cylindrical-coordinate representation of color #80076E: hue angle of 308.93º 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 #80076E is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 7 110 -
CMYK 0 0.95 0.14 0.50
HSL 308.93º 0.9% 0.26% -
HSV(B) 308.93º 0.95% 0.5% -
XYZ 11.79 5.87 15.26 -
YUV 54.92 159.09 180.12 -
System Red Green Blue C M Y K H S L
Decimal 128 7 110 0 0.95 0.14 0.50 308.93 0.9 0.26
Hex 80 7 6E 0 5F E 32 135 5A 1A
Octal 200 7 156 0 137 16 62 465 132 32
Binary 10000000 111 1101110 0 1011111 1110 110010 100110101 1011010 11010

Color Harmonies of #80076E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80076E

Black with #80076E

Text Example


Text Example

White with #80076E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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