#800750

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

Shades of Tyrian Purple #800750

Tints of Tyrian Purple #800750

Color information

#800750 (or 0x800750) is unknown color: approx Tyrian Purple. HEX triplet: 80, 07 and 50. RGB value is (128,7,80). Sum of RGB (Red+Green+Blue) = 128+7+80=215 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.53% from 215); Green value is 7 (3.12% from 255 or 3.26% from 215); Blue value is 80 (31.64% from 255 or 37.21% from 215); Max value from RGB is 128 - color contains mainly: red. Hex color #800750 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800750 is #7FF8AF. Grayscale: #333333. Windows color (decimal): -8386736 or 5244800. OLE color: 5244800.

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

Color convert

RGB128780-
CMYK00.950.380.50
HSL323.8º89.63%26.47%-
HSV(B)323.8º94.53%50.2%-
XYZ10.435.328.07-
YUV51.5144.09182.56-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 59.53%
GREEN value IS 7 (3.12% from 255) = 3.26%
BLUE value IS 80 (31.64% from 255) = 37.21%
R=59.53%
G=3.26%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12878000.950.380.50323.889.6326.47
Hex8075005F26321445a1a
Octal20071200137466250413232
Binary10000000111101000001011111100110110010101000100101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800750; }

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

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

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

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

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

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

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

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