#53093F

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

Shades of Tyrian Purple #53093F

Tints of Tyrian Purple #53093F

Color information

#53093F (or 0x53093F) is unknown color: approx Tyrian Purple. HEX triplet: 53, 09 and 3F. RGB value is (83,9,63). Sum of RGB (Red+Green+Blue) = 83+9+63=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 63 (25% from 255 or 40.65% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #53093F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53093F is #ACF6C0. Grayscale: #252525. Windows color (decimal): -11335361 or 4131155. OLE color: 4131155.

HSL color Cylindrical-coordinate representation of color #53093F: hue angle of 316.22º 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 #53093F is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB83963-
CMYK00.890.240.67
HSL316.22º80.43%18.04%-
HSV(B)316.22º89.16%32.55%-
XYZ4.562.394.92-
YUV37.28142.52160.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.55%
GREEN value IS 9 (3.91% from 255) = 5.81%
BLUE value IS 63 (25% from 255) = 40.65%
R=53.55%
G=5.81%
B=40.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8396300.890.240.67316.2280.4318.04
Hex5393F059184313c5012
Octal123117701313010347412022
Binary1010011100111111101011001110001000011100111100101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53093F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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