#53084A

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

Shades of Tyrian Purple #53084A

Tints of Tyrian Purple #53084A

Color information

#53084A (or 0x53084A) is unknown color: approx Tyrian Purple. HEX triplet: 53, 08 and 4A. RGB value is (83,8,74). Sum of RGB (Red+Green+Blue) = 83+8+74=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 74 (29.30% from 255 or 44.85% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #53084A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53084A is #ACF7B5. Grayscale: #252525. Windows color (decimal): -11335606 or 4851795. OLE color: 4851795.

HSL color Cylindrical-coordinate representation of color #53084A: hue angle of 307.2º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #53084A is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB83874-
CMYK00.900.110.67
HSL307.2º82.42%17.84%-
HSV(B)307.2º90.36%32.55%-
XYZ4.892.516.7-
YUV37.95148.35160.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.30%
GREEN value IS 8 (3.52% from 255) = 4.85%
BLUE value IS 74 (29.30% from 255) = 44.85%
R=50.30%
G=4.85%
B=44.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8387400.900.110.67307.282.4217.84
Hex5384A05AB431335212
Octal1231011201321310346312222
Binary1010011100010010100101101010111000011100110011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53084A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,8,74); }

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

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

 a { background-color: rgb(83,8,74); }

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

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

 span { border-color: rgb(83,8,74); }

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