#53084B

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

Shades of Tyrian Purple #53084B

Tints of Tyrian Purple #53084B

Color information

#53084B (or 0x53084B) is unknown color: approx Tyrian Purple. HEX triplet: 53, 08 and 4B. RGB value is (83,8,75). Sum of RGB (Red+Green+Blue) = 83+8+75=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 8 (3.52% from 255 or 4.82% from 166); Blue value is 75 (29.69% from 255 or 45.18% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #53084B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53084B is #ACF7B4. Grayscale: #252525. Windows color (decimal): -11335605 or 4917331. OLE color: 4917331.

HSL color Cylindrical-coordinate representation of color #53084B: hue angle of 306.4º 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 #53084B is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB83875-
CMYK00.900.100.67
HSL306.4º82.42%17.84%-
HSV(B)306.4º90.36%32.55%-
XYZ4.922.526.88-
YUV38.06148.85160.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50%
GREEN value IS 8 (3.52% from 255) = 4.82%
BLUE value IS 75 (29.69% from 255) = 45.18%
R=50%
G=4.82%
B=45.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8387500.900.100.67306.482.4217.84
Hex5384B05AA431325212
Octal1231011301321210346212222
Binary1010011100010010110101101010101000011100110010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53084B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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