#53014C

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

Shades of Tyrian Purple #53014C

Tints of Tyrian Purple #53014C

Color information

#53014C (or 0x53014C) is unknown color: approx Tyrian Purple. HEX triplet: 53, 01 and 4C. RGB value is (83,1,76). Sum of RGB (Red+Green+Blue) = 83+1+76=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 76 (30.08% from 255 or 47.5% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #53014C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53014C is #ACFEB3. Grayscale: #212121. Windows color (decimal): -11337396 or 4981075. OLE color: 4981075.

HSL color Cylindrical-coordinate representation of color #53014C: hue angle of 305.12º 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 #53014C is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB83176-
CMYK00.990.080.67
HSL305.12º97.62%16.47%-
HSV(B)305.12º98.8%32.55%-
XYZ4.882.387.04-
YUV34.07151.67162.9-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.88%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 76 (30.08% from 255) = 47.5%
R=51.88%
G=0.62%
B=47.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8317600.990.080.67305.1297.6216.47
Hex5314C0638431316210
Octal123111401431010346114220
Binary1010011110011000110001110001000011100110001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53014C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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