#810540

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

Shades of Tyrian Purple #810540

Tints of Tyrian Purple #810540

Color information

#810540 (or 0x810540) is unknown color: approx Tyrian Purple. HEX triplet: 81, 05 and 40. RGB value is (129,5,64). Sum of RGB (Red+Green+Blue) = 129+5+64=198 (26% of max value = 765). Red value is 129 (50.78% from 255 or 65.15% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 64 (25.39% from 255 or 32.32% from 198); Max value from RGB is 129 - color contains mainly: red. Hex color #810540 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810540 is #7EFABF. Grayscale: #303030. Windows color (decimal): -8321728 or 4195713. OLE color: 4195713.

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

Color convert

RGB129564-
CMYK00.960.500.49
HSL331.45º92.54%26.27%-
HSV(B)331.45º96.12%50.59%-
XYZ10.035.155.31-
YUV48.8136.58185.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 65.15%
GREEN value IS 5 (2.34% from 255) = 2.53%
BLUE value IS 64 (25.39% from 255) = 32.32%
R=65.15%
G=2.53%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12956400.960.500.49331.4592.5426.27
Hex81540060323114b5d1a
Octal20151000140626151313532
Binary10000001101100000001100000110010110001101001011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810540; }

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

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

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

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

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

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

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

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