#55053B

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

Shades of Tyrian Purple #55053B

Tints of Tyrian Purple #55053B

Color information

#55053B (or 0x55053B) is unknown color: approx Tyrian Purple. HEX triplet: 55, 05 and 3B. RGB value is (85,5,59). Sum of RGB (Red+Green+Blue) = 85+5+59=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 59 (23.44% from 255 or 39.60% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #55053B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55053B is #AAFAC4. Grayscale: #222222. Windows color (decimal): -11205317 or 3867989. OLE color: 3867989.

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

Color convert

RGB85559-
CMYK00.940.310.67
HSL319.5º88.89%17.65%-
HSV(B)319.5º94.12%33.33%-
XYZ4.592.364.35-
YUV35.08141.5163.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.05%
GREEN value IS 5 (2.34% from 255) = 3.36%
BLUE value IS 59 (23.44% from 255) = 39.60%
R=57.05%
G=3.36%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8555900.940.310.67319.588.8917.65
Hex5553B05E1F431405912
Octal12557301363710350013122
Binary101010110111101101011110111111000011101000000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55053B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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