#55053A

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

Shades of Tyrian Purple #55053A

Tints of Tyrian Purple #55053A

Color information

#55053A (or 0x55053A) is unknown color: approx Tyrian Purple. HEX triplet: 55, 05 and 3A. RGB value is (85,5,58). Sum of RGB (Red+Green+Blue) = 85+5+58=148 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.43% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 58 (23.05% from 255 or 39.19% from 148); Max value from RGB is 85 - color contains mainly: red. Hex color #55053A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55053A is #AAFAC5. Grayscale: #222222. Windows color (decimal): -11205318 or 3802453. OLE color: 3802453.

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

Color convert

RGB85558-
CMYK00.940.320.67
HSL320.25º88.89%17.65%-
HSV(B)320.25º94.12%33.33%-
XYZ4.562.354.22-
YUV34.96141163.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.43%
GREEN value IS 5 (2.34% from 255) = 3.38%
BLUE value IS 58 (23.05% from 255) = 39.19%
R=57.43%
G=3.38%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8555800.940.320.67320.2588.8917.65
Hex5553A05E20431405912
Octal12557201364010350013122
Binary1010101101111010010111101000001000011101000000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,5,58); }

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

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

 a { background-color: rgb(85,5,58); }

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

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

 span { border-color: rgb(85,5,58); }

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