#53054E

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

Shades of Tyrian Purple #53054E

Tints of Tyrian Purple #53054E

Color information

#53054E (or 0x53054E) is unknown color: approx Tyrian Purple. HEX triplet: 53, 05 and 4E. RGB value is (83,5,78). Sum of RGB (Red+Green+Blue) = 83+5+78=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 78 (30.86% from 255 or 46.99% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #53054E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53054E is #ACFAB1. Grayscale: #242424. Windows color (decimal): -11336370 or 5113171. OLE color: 5113171.

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

Color convert

RGB83578-
CMYK00.940.060.67
HSL303.85º88.64%17.25%-
HSV(B)303.85º93.98%32.55%-
XYZ52.57.43-
YUV36.64151.34161.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50%
GREEN value IS 5 (2.34% from 255) = 3.01%
BLUE value IS 78 (30.86% from 255) = 46.99%
R=50%
G=3.01%
B=46.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8357800.940.060.67303.8588.6417.25
Hex5354E05E6431305911
Octal12351160136610346013121
Binary10100111011001110010111101101000011100110000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53054E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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