#800346

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

Shades of Tyrian Purple #800346

Tints of Tyrian Purple #800346

Color information

#800346 (or 0x800346) is unknown color: approx Tyrian Purple. HEX triplet: 80, 03 and 46. RGB value is (128,3,70). Sum of RGB (Red+Green+Blue) = 128+3+70=201 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.68% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 70 (27.73% from 255 or 34.83% from 201); Max value from RGB is 128 - color contains mainly: red. Hex color #800346 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800346 is #7FFCB9. Grayscale: #2F2F2F. Windows color (decimal): -8387770 or 4588416. OLE color: 4588416.

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

Color convert

RGB128370-
CMYK00.980.450.50
HSL327.84º95.42%25.69%-
HSV(B)327.84º97.66%50.2%-
XYZ10.045.16.25-
YUV48.01140.41185.05-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 63.68%
GREEN value IS 3 (1.56% from 255) = 1.49%
BLUE value IS 70 (27.73% from 255) = 34.83%
R=63.68%
G=1.49%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12837000.980.450.50327.8495.4225.69
Hex803460622D321485f1a
Octal20031060142556251013732
Binary1000000011100011001100010101101110010101001000101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800346; }

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

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

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

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

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

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

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

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