#55113B

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

Shades of Tyrian Purple #55113B

Tints of Tyrian Purple #55113B

Color information

#55113B (or 0x55113B) is unknown color: approx Tyrian Purple. HEX triplet: 55, 11 and 3B. RGB value is (85,17,59). Sum of RGB (Red+Green+Blue) = 85+17+59=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 59 (23.44% from 255 or 36.65% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #55113B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55113B is #AAEEC4. Grayscale: #2A2A2A. Windows color (decimal): -11202245 or 3871061. OLE color: 3871061.

HSL color Cylindrical-coordinate representation of color #55113B: hue angle of 322.94º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55113B is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB851759-
CMYK00.800.310.67
HSL322.94º66.67%20%-
HSV(B)322.94º80%33.33%-
XYZ4.742.654.4-
YUV42.12137.53158.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.80%
GREEN value IS 17 (7.03% from 255) = 10.56%
BLUE value IS 59 (23.44% from 255) = 36.65%
R=52.80%
G=10.56%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85175900.800.310.67322.9466.6720
Hex55113B0501F431434314
Octal125217301203710350310324
Binary10101011000111101101010000111111000011101000011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55113B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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