#80037B

Color #80037B Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #80037B

Tints of Purple #80037B

Color information

#80037B (or 0x80037B) is unknown color: approx Purple. HEX triplet: 80, 03 and 7B. RGB value is (128,3,123). Sum of RGB (Red+Green+Blue) = 128+3+123=254 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.39% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 128 - color contains mainly: red. Hex color #80037B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80037B is #7FFC84. Grayscale: #353535. Windows color (decimal): -8387717 or 8061824. OLE color: 8061824.

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

Color convert

RGB1283123-
CMYK00.980.040.50
HSL302.4º95.42%25.69%-
HSV(B)302.4º97.66%50.2%-
XYZ12.516.0819.25-
YUV54.06166.91180.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50.39%
GREEN value IS 3 (1.56% from 255) = 1.18%
BLUE value IS 123 (48.44% from 255) = 48.43%
R=50.39%
G=1.18%
B=48.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128312300.980.040.50302.495.4225.69
Hex8037B06243212e5f1a
Octal2003173014246245613732
Binary1000000011111101101100010100110010100101110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80037B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80037B; }

 p { color: rgb(128,3,123); }

 H1.HeaderClassName
 {
   color: #80037B;
 }
 .AnyTagClassName
 {
   color: #80037B;
 }
</style>
background-color css

<style>
 a { background-color: #80037B; }

 a { background-color: rgb(128,3,123); }

 div.DivClassName
 {
   background-color: #80037B;
 }
 .BgClassName
 {
   background-color: #80037B;
 }
</style>
border-color css

<style>
 span { border-color: #80037B; }

 span { border-color: rgb(128,3,123); }

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