#53033B

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

Shades of Tyrian Purple #53033B

Tints of Tyrian Purple #53033B

Color information

#53033B (or 0x53033B) is unknown color: approx Tyrian Purple. HEX triplet: 53, 03 and 3B. RGB value is (83,3,59). Sum of RGB (Red+Green+Blue) = 83+3+59=145 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.24% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 59 (23.44% from 255 or 40.69% from 145); Max value from RGB is 83 - color contains mainly: red. Hex color #53033B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53033B is #ACFCC4. Grayscale: #212121. Windows color (decimal): -11336901 or 3867475. OLE color: 3867475.

HSL color Cylindrical-coordinate representation of color #53033B: hue angle of 318º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #53033B is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB83359-
CMYK00.960.290.67
HSL318º93.02%16.86%-
HSV(B)318º96.39%32.55%-
XYZ4.392.224.33-
YUV33.3142.5163.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 57.24%
GREEN value IS 3 (1.56% from 255) = 2.07%
BLUE value IS 59 (23.44% from 255) = 40.69%
R=57.24%
G=2.07%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8335900.960.290.6731893.0216.86
Hex5333B0601D4313e5d11
Octal12337301403510347613521
Binary10100111111101101100000111011000011100111110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53033B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,3,59); }

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

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

 a { background-color: rgb(83,3,59); }

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

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

 span { border-color: rgb(83,3,59); }

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