#550D36

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

Shades of Tyrian Purple #550D36

Tints of Tyrian Purple #550D36

Color information

#550D36 (or 0x550D36) is unknown color: approx Tyrian Purple. HEX triplet: 55, 0D and 36. RGB value is (85,13,54). Sum of RGB (Red+Green+Blue) = 85+13+54=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 13 (5.47% from 255 or 8.55% from 152); Blue value is 54 (21.48% from 255 or 35.53% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #550D36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550D36 is #AAF2C9. Grayscale: #272727. Windows color (decimal): -11203274 or 3542357. OLE color: 3542357.

HSL color Cylindrical-coordinate representation of color #550D36: hue angle of 325.83º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #550D36 is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB851354-
CMYK00.850.360.67
HSL325.83º73.47%19.22%-
HSV(B)325.83º84.71%33.33%-
XYZ4.562.493.73-
YUV39.2136.35160.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.92%
GREEN value IS 13 (5.47% from 255) = 8.55%
BLUE value IS 54 (21.48% from 255) = 35.53%
R=55.92%
G=8.55%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85135400.850.360.67325.8373.4719.22
Hex55D3605524431464913
Octal125156601254410350611123
Binary10101011101110110010101011001001000011101000110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550D36; }

 p { color: rgb(85,13,54); }

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

<style>
 a { background-color: #550D36; }

 a { background-color: rgb(85,13,54); }

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

<style>
 span { border-color: #550D36; }

 span { border-color: rgb(85,13,54); }

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