#53093C

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

Shades of Tyrian Purple #53093C

Tints of Tyrian Purple #53093C

Color information

#53093C (or 0x53093C) is unknown color: approx Tyrian Purple. HEX triplet: 53, 09 and 3C. RGB value is (83,9,60). Sum of RGB (Red+Green+Blue) = 83+9+60=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 60 (23.83% from 255 or 39.47% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #53093C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53093C is #ACF6C3. Grayscale: #242424. Windows color (decimal): -11335364 or 3934547. OLE color: 3934547.

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

Color convert

RGB83960-
CMYK00.890.280.67
HSL318.65º80.43%18.04%-
HSV(B)318.65º89.16%32.55%-
XYZ4.482.364.49-
YUV36.94141.02160.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 54.61%
GREEN value IS 9 (3.91% from 255) = 5.92%
BLUE value IS 60 (23.83% from 255) = 39.47%
R=54.61%
G=5.92%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8396000.890.280.67318.6580.4318.04
Hex5393C0591C4313f5012
Octal123117401313410347712022
Binary1010011100111110001011001111001000011100111111101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53093C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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