#53053D

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

Shades of Tyrian Purple #53053D

Tints of Tyrian Purple #53053D

Color information

#53053D (or 0x53053D) is unknown color: approx Tyrian Purple. HEX triplet: 53, 05 and 3D. RGB value is (83,5,61). Sum of RGB (Red+Green+Blue) = 83+5+61=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 61 (24.22% from 255 or 40.94% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #53053D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53053D is #ACFAC2. Grayscale: #222222. Windows color (decimal): -11336387 or 3999059. OLE color: 3999059.

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

Color convert

RGB83561-
CMYK00.940.270.67
HSL316.92º88.64%17.25%-
HSV(B)316.92º93.98%32.55%-
XYZ4.462.284.62-
YUV34.71142.84162.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 55.70%
GREEN value IS 5 (2.34% from 255) = 3.36%
BLUE value IS 61 (24.22% from 255) = 40.94%
R=55.70%
G=3.36%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8356100.940.270.67316.9288.6417.25
Hex5353D05E1B4313d5911
Octal12357501363310347513121
Binary101001110111110101011110110111000011100111101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53053D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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