#53044B

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

Shades of Tyrian Purple #53044B

Tints of Tyrian Purple #53044B

Color information

#53044B (or 0x53044B) is unknown color: approx Tyrian Purple. HEX triplet: 53, 04 and 4B. RGB value is (83,4,75). Sum of RGB (Red+Green+Blue) = 83+4+75=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 75 (29.69% from 255 or 46.30% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #53044B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53044B is #ACFBB4. Grayscale: #232323. Windows color (decimal): -11336629 or 4916307. OLE color: 4916307.

HSL color Cylindrical-coordinate representation of color #53044B: hue angle of 306.08º 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 #53044B is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB83475-
CMYK00.950.100.67
HSL306.08º90.8%17.06%-
HSV(B)306.08º95.18%32.55%-
XYZ4.882.436.87-
YUV35.72150.17161.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.23%
GREEN value IS 4 (1.95% from 255) = 2.47%
BLUE value IS 75 (29.69% from 255) = 46.30%
R=51.23%
G=2.47%
B=46.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8347500.950.100.67306.0890.817.06
Hex5344B05FA431325b11
Octal123411301371210346213321
Binary101001110010010110101111110101000011100110010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53044B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53044B; }

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

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

<style>
 a { background-color: #53044B; }

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

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

<style>
 span { border-color: #53044B; }

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

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