#53054B

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

Shades of Tyrian Purple #53054B

Tints of Tyrian Purple #53054B

Color information

#53054B (or 0x53054B) is unknown color: approx Tyrian Purple. HEX triplet: 53, 05 and 4B. RGB value is (83,5,75). Sum of RGB (Red+Green+Blue) = 83+5+75=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 75 (29.69% from 255 or 46.01% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #53054B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53054B is #ACFAB4. Grayscale: #242424. Windows color (decimal): -11336373 or 4916563. OLE color: 4916563.

HSL color Cylindrical-coordinate representation of color #53054B: hue angle of 306.15º 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 #53054B is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB83575-
CMYK00.940.100.67
HSL306.15º88.64%17.25%-
HSV(B)306.15º93.98%32.55%-
XYZ4.892.466.87-
YUV36.3149.84161.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.92%
GREEN value IS 5 (2.34% from 255) = 3.07%
BLUE value IS 75 (29.69% from 255) = 46.01%
R=50.92%
G=3.07%
B=46.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8357500.940.100.67306.1588.6417.25
Hex5354B05EA431325911
Octal123511301361210346213121
Binary101001110110010110101111010101000011100110010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53054B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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