#55053C

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

Shades of Tyrian Purple #55053C

Tints of Tyrian Purple #55053C

Color information

#55053C (or 0x55053C) is unknown color: approx Tyrian Purple. HEX triplet: 55, 05 and 3C. RGB value is (85,5,60). Sum of RGB (Red+Green+Blue) = 85+5+60=150 (19% of max value = 765). Red value is 85 (33.59% from 255 or 56.67% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 60 (23.83% from 255 or 40% from 150); Max value from RGB is 85 - color contains mainly: red. Hex color #55053C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55053C is #AAFAC3. Grayscale: #232323. Windows color (decimal): -11205316 or 3933525. OLE color: 3933525.

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

Color convert

RGB85560-
CMYK00.940.290.67
HSL318.75º88.89%17.65%-
HSV(B)318.75º94.12%33.33%-
XYZ4.622.374.49-
YUV35.19142163.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 56.67%
GREEN value IS 5 (2.34% from 255) = 3.33%
BLUE value IS 60 (23.83% from 255) = 40%
R=56.67%
G=3.33%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8556000.940.290.67318.7588.8917.65
Hex5553C05E1D4313f5912
Octal12557401363510347713122
Binary101010110111110001011110111011000011100111111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55053C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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