#53053E

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

Shades of Tyrian Purple #53053E

Tints of Tyrian Purple #53053E

Color information

#53053E (or 0x53053E) is unknown color: approx Tyrian Purple. HEX triplet: 53, 05 and 3E. RGB value is (83,5,62). Sum of RGB (Red+Green+Blue) = 83+5+62=150 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.33% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 62 (24.61% from 255 or 41.33% from 150); Max value from RGB is 83 - color contains mainly: red. Hex color #53053E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53053E is #ACFAC1. Grayscale: #222222. Windows color (decimal): -11336386 or 4064595. OLE color: 4064595.

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

Color convert

RGB83562-
CMYK00.940.250.67
HSL316.15º88.64%17.25%-
HSV(B)316.15º93.98%32.55%-
XYZ4.492.34.76-
YUV34.82143.34162.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 55.33%
GREEN value IS 5 (2.34% from 255) = 3.33%
BLUE value IS 62 (24.61% from 255) = 41.33%
R=55.33%
G=3.33%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8356200.940.250.67316.1588.6417.25
Hex5353E05E194313c5911
Octal12357601363110347413121
Binary101001110111111001011110110011000011100111100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53053E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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