#53034E

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

Shades of Tyrian Purple #53034E

Tints of Tyrian Purple #53034E

Color information

#53034E (or 0x53034E) is unknown color: approx Tyrian Purple. HEX triplet: 53, 03 and 4E. RGB value is (83,3,78). Sum of RGB (Red+Green+Blue) = 83+3+78=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 78 (30.86% from 255 or 47.56% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #53034E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53034E is #ACFCB1. Grayscale: #232323. Windows color (decimal): -11336882 or 5112659. OLE color: 5112659.

HSL color Cylindrical-coordinate representation of color #53034E: hue angle of 303.75º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #53034E is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB83378-
CMYK00.960.060.67
HSL303.75º93.02%16.86%-
HSV(B)303.75º96.39%32.55%-
XYZ4.972.457.42-
YUV35.47152161.9-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.61%
GREEN value IS 3 (1.56% from 255) = 1.83%
BLUE value IS 78 (30.86% from 255) = 47.56%
R=50.61%
G=1.83%
B=47.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8337800.960.060.67303.7593.0216.86
Hex5334E0606431305d11
Octal12331160140610346013521
Binary1010011111001110011000001101000011100110000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53034E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53034E; }

 p { color: rgb(83,3,78); }

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

<style>
 a { background-color: #53034E; }

 a { background-color: rgb(83,3,78); }

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

<style>
 span { border-color: #53034E; }

 span { border-color: rgb(83,3,78); }

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