#53063A

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

Shades of Tyrian Purple #53063A

Tints of Tyrian Purple #53063A

Color information

#53063A (or 0x53063A) is unknown color: approx Tyrian Purple. HEX triplet: 53, 06 and 3A. RGB value is (83,6,58). Sum of RGB (Red+Green+Blue) = 83+6+58=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 6 (2.73% from 255 or 4.08% from 147); Blue value is 58 (23.05% from 255 or 39.46% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #53063A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53063A is #ACF9C5. Grayscale: #222222. Windows color (decimal): -11336134 or 3802707. OLE color: 3802707.

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

Color convert

RGB83658-
CMYK00.930.300.67
HSL319.48º86.52%17.45%-
HSV(B)319.48º92.77%32.55%-
XYZ4.42.274.21-
YUV34.95141.01162.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.46%
GREEN value IS 6 (2.73% from 255) = 4.08%
BLUE value IS 58 (23.05% from 255) = 39.46%
R=56.46%
G=4.08%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8365800.930.300.67319.4886.5217.45
Hex5363A05D1E4313f5711
Octal12367201353610347712721
Binary101001111011101001011101111101000011100111111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53063A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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