#810A4A

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

Shades of Tyrian Purple #810A4A

Tints of Tyrian Purple #810A4A

Color information

#810A4A (or 0x810A4A) is unknown color: approx Tyrian Purple. HEX triplet: 81, 0A and 4A. RGB value is (129,10,74). Sum of RGB (Red+Green+Blue) = 129+10+74=213 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.56% from 213); Green value is 10 (4.30% from 255 or 4.69% from 213); Blue value is 74 (29.30% from 255 or 34.74% from 213); Max value from RGB is 129 - color contains mainly: red. Hex color #810A4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810A4A is #7EF5B5. Grayscale: #343434. Windows color (decimal): -8320438 or 4852353. OLE color: 4852353.

HSL color Cylindrical-coordinate representation of color #810A4A: hue angle of 327.73º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #810A4A is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB1291074-
CMYK00.920.430.49
HSL327.73º85.61%27.25%-
HSV(B)327.73º92.25%50.59%-
XYZ10.45.386.97-
YUV52.88139.92182.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 60.56%
GREEN value IS 10 (4.30% from 255) = 4.69%
BLUE value IS 74 (29.30% from 255) = 34.74%
R=60.56%
G=4.69%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129107400.920.430.49327.7385.6127.25
Hex81A4A05C2B31148561b
Octal201121120134536151012633
Binary100000011010100101001011100101011110001101001000101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810A4A; }

 p { color: rgb(129,10,74); }

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

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

 a { background-color: rgb(129,10,74); }

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

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

 span { border-color: rgb(129,10,74); }

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