#53093E

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

Shades of Tyrian Purple #53093E

Tints of Tyrian Purple #53093E

Color information

#53093E (or 0x53093E) is unknown color: approx Tyrian Purple. HEX triplet: 53, 09 and 3E. RGB value is (83,9,62). Sum of RGB (Red+Green+Blue) = 83+9+62=154 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.90% from 154); Green value is 9 (3.91% from 255 or 5.84% from 154); Blue value is 62 (24.61% from 255 or 40.26% from 154); Max value from RGB is 83 - color contains mainly: red. Hex color #53093E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53093E is #ACF6C1. Grayscale: #252525. Windows color (decimal): -11335362 or 4065619. OLE color: 4065619.

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

Color convert

RGB83962-
CMYK00.890.250.67
HSL317.03º80.43%18.04%-
HSV(B)317.03º89.16%32.55%-
XYZ4.532.384.78-
YUV37.17142.02160.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.90%
GREEN value IS 9 (3.91% from 255) = 5.84%
BLUE value IS 62 (24.61% from 255) = 40.26%
R=53.90%
G=5.84%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8396200.890.250.67317.0380.4318.04
Hex5393E059194313d5012
Octal123117601313110347512022
Binary1010011100111111001011001110011000011100111101101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53093E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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