#80067b

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

Shades of Purple #80067B

Tints of Purple #80067B

Color information

#80067B (or 0x80067B) is unknown color: approx Purple. HEX triplet: 80, 06 and 7B. RGB value is (128,6,123). Sum of RGB (Red+Green+Blue) = 128+6+123=257 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.81% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 123 (48.44% from 255 or 47.86% from 257); Max value from RGB is 128 - color contains mainly: red. Hex color #80067B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80067B is #7FF984. Grayscale: #373737. Windows color (decimal): -8386949 or 8062592. OLE color: 8062592.

HSL color Cylindrical-coordinate representation of color #80067B: hue angle of 302.46º degrees, saturation: 0.91, 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 #80067B is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB1286123-
CMYK00.950.040.50
HSL302.46º91.04%26.27%-
HSV(B)302.46º95.31%50.2%-
XYZ12.546.1519.26-
YUV55.82165.92179.49-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.81%
GREEN value IS 6 (2.73% from 255) = 2.33%
BLUE value IS 123 (48.44% from 255) = 47.86%
R=49.81%
G=2.33%
B=47.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128612300.950.040.50302.4691.0426.27
Hex8067B05F43212e5b1a
Octal2006173013746245613332
Binary10000000110111101101011111100110010100101110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80067b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80067b; }

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

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

<style>
 a { background-color: #80067b; }

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

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

<style>
 span { border-color: #80067b; }

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

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