#53054A

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

Shades of Tyrian Purple #53054A

Tints of Tyrian Purple #53054A

Color information

#53054A (or 0x53054A) is unknown color: approx Tyrian Purple. HEX triplet: 53, 05 and 4A. RGB value is (83,5,74). Sum of RGB (Red+Green+Blue) = 83+5+74=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 74 (29.30% from 255 or 45.68% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #53054A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53054A is #ACFAB5. Grayscale: #232323. Windows color (decimal): -11336374 or 4851027. OLE color: 4851027.

HSL color Cylindrical-coordinate representation of color #53054A: hue angle of 306.92º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #53054A is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB83574-
CMYK00.940.110.67
HSL306.92º88.64%17.25%-
HSV(B)306.92º93.98%32.55%-
XYZ4.862.446.69-
YUV36.19149.34161.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.23%
GREEN value IS 5 (2.34% from 255) = 3.09%
BLUE value IS 74 (29.30% from 255) = 45.68%
R=51.23%
G=3.09%
B=45.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8357400.940.110.67306.9288.6417.25
Hex5354A05EB431335911
Octal123511201361310346313121
Binary101001110110010100101111010111000011100110011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53054A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53054A; }

 p { color: rgb(83,5,74); }

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

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

 a { background-color: rgb(83,5,74); }

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

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

 span { border-color: rgb(83,5,74); }

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