#55113F

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

Shades of Tyrian Purple #55113F

Tints of Tyrian Purple #55113F

Color information

#55113F (or 0x55113F) is unknown color: approx Tyrian Purple. HEX triplet: 55, 11 and 3F. RGB value is (85,17,63). Sum of RGB (Red+Green+Blue) = 85+17+63=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 63 (25% from 255 or 38.18% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #55113F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55113F is #AAEEC0. Grayscale: #2A2A2A. Windows color (decimal): -11202241 or 4133205. OLE color: 4133205.

HSL color Cylindrical-coordinate representation of color #55113F: hue angle of 319.41º 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 #55113F is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB851763-
CMYK00.800.260.67
HSL319.41º66.67%20%-
HSV(B)319.41º80%33.33%-
XYZ4.842.694.97-
YUV42.58139.53158.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.52%
GREEN value IS 17 (7.03% from 255) = 10.30%
BLUE value IS 63 (25% from 255) = 38.18%
R=51.52%
G=10.30%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85176300.800.260.67319.4166.6720
Hex55113F0501A4313f4314
Octal125217701203210347710324
Binary10101011000111111101010000110101000011100111111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55113F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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