#550A46

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

Shades of Tyrian Purple #550A46

Tints of Tyrian Purple #550A46

Color information

#550A46 (or 0x550A46) is unknown color: approx Tyrian Purple. HEX triplet: 55, 0A and 46. RGB value is (85,10,70). Sum of RGB (Red+Green+Blue) = 85+10+70=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 10 (4.30% from 255 or 6.06% from 165); Blue value is 70 (27.73% from 255 or 42.42% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #550A46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550A46 is #AAF5B9. Grayscale: #272727. Windows color (decimal): -11204026 or 4590165. OLE color: 4590165.

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

Color convert

RGB851070-
CMYK00.880.180.67
HSL312º78.95%18.63%-
HSV(B)312º88.24%33.33%-
XYZ4.962.596.03-
YUV39.26145.35160.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.52%
GREEN value IS 10 (4.30% from 255) = 6.06%
BLUE value IS 70 (27.73% from 255) = 42.42%
R=51.52%
G=6.06%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85107000.880.180.6731278.9518.63
Hex55A4605812431384f13
Octal1251210601302210347011723
Binary10101011010100011001011000100101000011100111000100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,10,70); }

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

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

 a { background-color: rgb(85,10,70); }

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

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

 span { border-color: rgb(85,10,70); }

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