#810840

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

Shades of Tyrian Purple #810840

Tints of Tyrian Purple #810840

Color information

#810840 (or 0x810840) is unknown color: approx Tyrian Purple. HEX triplet: 81, 08 and 40. RGB value is (129,8,64). Sum of RGB (Red+Green+Blue) = 129+8+64=201 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.18% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 129 - color contains mainly: red. Hex color #810840 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810840 is #7EF7BF. Grayscale: #323232. Windows color (decimal): -8320960 or 4196481. OLE color: 4196481.

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

Color convert

RGB129864-
CMYK00.940.500.49
HSL332.23º88.32%26.86%-
HSV(B)332.23º93.8%50.59%-
XYZ10.075.215.33-
YUV50.56135.59183.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 64.18%
GREEN value IS 8 (3.52% from 255) = 3.98%
BLUE value IS 64 (25.39% from 255) = 31.84%
R=64.18%
G=3.98%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12986400.940.500.49332.2388.3226.86
Hex8184005E323114c581b
Octal201101000136626151413033
Binary100000011000100000001011110110010110001101001100101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810840; }

 p { color: rgb(129,8,64); }

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

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

 a { background-color: rgb(129,8,64); }

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

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

 span { border-color: rgb(129,8,64); }

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