#800244

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

Shades of Tyrian Purple #800244

Tints of Tyrian Purple #800244

Color information

#800244 (or 0x800244) is unknown color: approx Tyrian Purple. HEX triplet: 80, 02 and 44. RGB value is (128,2,68). Sum of RGB (Red+Green+Blue) = 128+2+68=198 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.65% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 68 (26.95% from 255 or 34.34% from 198); Max value from RGB is 128 - color contains mainly: red. Hex color #800244 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800244 is #7FFDBB. Grayscale: #2F2F2F. Windows color (decimal): -8388028 or 4457088. OLE color: 4457088.

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

Color convert

RGB128268-
CMYK00.980.470.50
HSL328.57º96.92%25.49%-
HSV(B)328.57º98.44%50.2%-
XYZ9.975.055.92-
YUV47.2139.74185.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 64.65%
GREEN value IS 2 (1.17% from 255) = 1.01%
BLUE value IS 68 (26.95% from 255) = 34.34%
R=64.65%
G=1.01%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.47
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12826800.980.470.50328.5796.9225.49
Hex802440622F321496119
Octal20021040142576251114131
Binary1000000010100010001100010101111110010101001001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800244; }

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

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

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

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

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

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

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

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