#53093A

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

Shades of Tyrian Purple #53093A

Tints of Tyrian Purple #53093A

Color information

#53093A (or 0x53093A) is unknown color: approx Tyrian Purple. HEX triplet: 53, 09 and 3A. RGB value is (83,9,58). Sum of RGB (Red+Green+Blue) = 83+9+58=150 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.33% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 58 (23.05% from 255 or 38.67% from 150); Max value from RGB is 83 - color contains mainly: red. Hex color #53093A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53093A is #ACF6C5. Grayscale: #242424. Windows color (decimal): -11335366 or 3803475. OLE color: 3803475.

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

Color convert

RGB83958-
CMYK00.890.300.67
HSL320.27º80.43%18.04%-
HSV(B)320.27º89.16%32.55%-
XYZ4.432.344.22-
YUV36.71140.02161.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 55.33%
GREEN value IS 9 (3.91% from 255) = 6%
BLUE value IS 58 (23.05% from 255) = 38.67%
R=55.33%
G=6%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8395800.890.300.67320.2780.4318.04
Hex5393A0591E431405012
Octal123117201313610350012022
Binary1010011100111101001011001111101000011101000000101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53093A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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