#800841

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

Shades of Tyrian Purple #800841

Tints of Tyrian Purple #800841

Color information

#800841 (or 0x800841) is unknown color: approx Tyrian Purple. HEX triplet: 80, 08 and 41. RGB value is (128,8,65). Sum of RGB (Red+Green+Blue) = 128+8+65=201 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.68% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 128 - color contains mainly: red. Hex color #800841 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800841 is #7FF7BE. Grayscale: #323232. Windows color (decimal): -8386495 or 4262016. OLE color: 4262016.

HSL color Cylindrical-coordinate representation of color #800841: hue angle of 331.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800841 is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.50.

Color convert

RGB128865-
CMYK00.940.490.50
HSL331.5º88.24%26.67%-
HSV(B)331.5º93.75%50.2%-
XYZ9.945.145.47-
YUV50.38136.26183.37-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 63.68%
GREEN value IS 8 (3.52% from 255) = 3.98%
BLUE value IS 65 (25.78% from 255) = 32.34%
R=63.68%
G=3.98%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.49
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12886500.940.490.50331.588.2426.67
Hex8084105E313214c581b
Octal200101010136616251413033
Binary100000001000100000101011110110001110010101001100101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800841; }

 p { color: rgb(128,8,65); }

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

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

 a { background-color: rgb(128,8,65); }

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

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

 span { border-color: rgb(128,8,65); }

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