#53053A

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

Shades of Tyrian Purple #53053A

Tints of Tyrian Purple #53053A

Color information

#53053A (or 0x53053A) is unknown color: approx Tyrian Purple. HEX triplet: 53, 05 and 3A. RGB value is (83,5,58). Sum of RGB (Red+Green+Blue) = 83+5+58=146 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.85% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 58 (23.05% from 255 or 39.73% from 146); Max value from RGB is 83 - color contains mainly: red. Hex color #53053A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53053A is #ACFAC5. Grayscale: #222222. Windows color (decimal): -11336390 or 3802451. OLE color: 3802451.

HSL color Cylindrical-coordinate representation of color #53053A: hue angle of 319.23º 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 #53053A is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB83558-
CMYK00.940.300.67
HSL319.23º88.64%17.25%-
HSV(B)319.23º93.98%32.55%-
XYZ4.392.254.21-
YUV34.36141.34162.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.85%
GREEN value IS 5 (2.34% from 255) = 3.42%
BLUE value IS 58 (23.05% from 255) = 39.73%
R=56.85%
G=3.42%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8355800.940.300.67319.2388.6417.25
Hex5353A05E1E4313f5911
Octal12357201363610347713121
Binary101001110111101001011110111101000011100111111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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