#53004A

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

Shades of Tyrian Purple #53004A

Tints of Tyrian Purple #53004A

Color information

#53004A (or 0x53004A) is unknown color: approx Tyrian Purple. HEX triplet: 53, 00 and 4A. RGB value is (83,0,74). Sum of RGB (Red+Green+Blue) = 83+0+74=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 74 (29.30% from 255 or 47.13% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #53004A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53004A is #ACFFB5. Grayscale: #212121. Windows color (decimal): -11337654 or 4849747. OLE color: 4849747.

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

Color convert

RGB83074-
CMYK010.110.67
HSL306.51º100%16.27%-
HSV(B)306.51º100%32.55%-
XYZ4.82.336.68-
YUV33.25151163.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.87%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 74 (29.30% from 255) = 47.13%
R=52.87%
G=0%
B=47.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83074010.110.67306.5110016.27
Hex5304A064B431336410
Octal123011201441310346314420
Binary1010011010010100110010010111000011100110011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53004A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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