#800746

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

Shades of Tyrian Purple #800746

Tints of Tyrian Purple #800746

Color information

#800746 (or 0x800746) is unknown color: approx Tyrian Purple. HEX triplet: 80, 07 and 46. RGB value is (128,7,70). Sum of RGB (Red+Green+Blue) = 128+7+70=205 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.44% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 128 - color contains mainly: red. Hex color #800746 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800746 is #7FF8B9. Grayscale: #323232. Windows color (decimal): -8386746 or 4589440. OLE color: 4589440.

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

Color convert

RGB128770-
CMYK00.950.450.50
HSL328.76º89.63%26.47%-
HSV(B)328.76º94.53%50.2%-
XYZ10.085.186.26-
YUV50.36139.09183.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 62.44%
GREEN value IS 7 (3.12% from 255) = 3.41%
BLUE value IS 70 (27.73% from 255) = 34.15%
R=62.44%
G=3.41%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12877000.950.450.50328.7689.6326.47
Hex8074605F2D321495a1a
Octal20071060137556251113232
Binary10000000111100011001011111101101110010101001001101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800746; }

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

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

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

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

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

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

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

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