#53043E

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

Shades of Tyrian Purple #53043E

Tints of Tyrian Purple #53043E

Color information

#53043E (or 0x53043E) is unknown color: approx Tyrian Purple. HEX triplet: 53, 04 and 3E. RGB value is (83,4,62). Sum of RGB (Red+Green+Blue) = 83+4+62=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 62 (24.61% from 255 or 41.61% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #53043E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53043E is #ACFBC1. Grayscale: #222222. Windows color (decimal): -11336642 or 4064339. OLE color: 4064339.

HSL color Cylindrical-coordinate representation of color #53043E: hue angle of 315.95º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #53043E is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB83462-
CMYK00.950.250.67
HSL315.95º90.8%17.06%-
HSV(B)315.95º95.18%32.55%-
XYZ4.482.274.76-
YUV34.23143.67162.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 55.70%
GREEN value IS 4 (1.95% from 255) = 2.68%
BLUE value IS 62 (24.61% from 255) = 41.61%
R=55.70%
G=2.68%
B=41.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8346200.950.250.67315.9590.817.06
Hex5343E05F194313c5b11
Octal12347601373110347413321
Binary101001110011111001011111110011000011100111100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53043E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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