#81053F

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

Shades of Tyrian Purple #81053F

Tints of Tyrian Purple #81053F

Color information

#81053F (or 0x81053F) is unknown color: approx Tyrian Purple. HEX triplet: 81, 05 and 3F. RGB value is (129,5,63). Sum of RGB (Red+Green+Blue) = 129+5+63=197 (26% of max value = 765). Red value is 129 (50.78% from 255 or 65.48% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 63 (25% from 255 or 31.98% from 197); Max value from RGB is 129 - color contains mainly: red. Hex color #81053F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81053F is #7EFAC0. Grayscale: #303030. Windows color (decimal): -8321729 or 4130177. OLE color: 4130177.

HSL color Cylindrical-coordinate representation of color #81053F: hue angle of 331.94º 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 #81053F is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB129563-
CMYK00.960.510.49
HSL331.94º92.54%26.27%-
HSV(B)331.94º96.12%50.59%-
XYZ105.135.17-
YUV48.69136.08185.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 65.48%
GREEN value IS 5 (2.34% from 255) = 2.54%
BLUE value IS 63 (25% from 255) = 31.98%
R=65.48%
G=2.54%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12956300.960.510.49331.9492.5426.27
Hex8153F060333114c5d1a
Octal2015770140636151413532
Binary1000000110111111101100000110011110001101001100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81053F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81053F; }

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

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

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

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

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

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

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

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