#800249

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

Shades of Tyrian Purple #800249

Tints of Tyrian Purple #800249

Color information

#800249 (or 0x800249) is unknown color: approx Tyrian Purple. HEX triplet: 80, 02 and 49. RGB value is (128,2,73). Sum of RGB (Red+Green+Blue) = 128+2+73=203 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.05% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 73 (28.91% from 255 or 35.96% from 203); Max value from RGB is 128 - color contains mainly: red. Hex color #800249 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800249 is #7FFDB6. Grayscale: #2F2F2F. Windows color (decimal): -8388023 or 4784768. OLE color: 4784768.

HSL color Cylindrical-coordinate representation of color #800249: hue angle of 326.19º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #800249 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB128273-
CMYK00.980.430.50
HSL326.19º96.92%25.49%-
HSV(B)326.19º98.44%50.2%-
XYZ10.135.116.76-
YUV47.77142.24185.23-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 63.05%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 73 (28.91% from 255) = 35.96%
R=63.05%
G=0.99%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12827300.980.430.50326.1996.9225.49
Hex802490622B321466119
Octal20021110142536250614131
Binary1000000010100100101100010101011110010101000110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800249; }

 p { color: rgb(128,2,73); }

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

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

 a { background-color: rgb(128,2,73); }

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

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

 span { border-color: rgb(128,2,73); }

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