#53014A

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

Shades of Tyrian Purple #53014A

Tints of Tyrian Purple #53014A

Color information

#53014A (or 0x53014A) is unknown color: approx Tyrian Purple. HEX triplet: 53, 01 and 4A. RGB value is (83,1,74). Sum of RGB (Red+Green+Blue) = 83+1+74=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 74 (29.30% from 255 or 46.84% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #53014A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53014A is #ACFEB5. Grayscale: #212121. Windows color (decimal): -11337398 or 4850003. OLE color: 4850003.

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

Color convert

RGB83174-
CMYK00.990.110.67
HSL306.59º97.62%16.47%-
HSV(B)306.59º98.8%32.55%-
XYZ4.812.366.68-
YUV33.84150.67163.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.53%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 74 (29.30% from 255) = 46.84%
R=52.53%
G=0.63%
B=46.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8317400.990.110.67306.5997.6216.47
Hex5314A063B431336210
Octal123111201431310346314220
Binary1010011110010100110001110111000011100110011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53014A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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