#551144

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

Shades of Tyrian Purple #551144

Tints of Tyrian Purple #551144

Color information

#551144 (or 0x551144) is unknown color: approx Tyrian Purple. HEX triplet: 55, 11 and 44. RGB value is (85,17,68). Sum of RGB (Red+Green+Blue) = 85+17+68=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 68 (26.95% from 255 or 40% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #551144 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551144 is #AAEEBB. Grayscale: #2B2B2B. Windows color (decimal): -11202236 or 4460885. OLE color: 4460885.

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

Color convert

RGB851768-
CMYK00.800.200.67
HSL315º66.67%20%-
HSV(B)315º80%33.33%-
XYZ4.992.755.74-
YUV43.15142.03157.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50%
GREEN value IS 17 (7.03% from 255) = 10%
BLUE value IS 68 (26.95% from 255) = 40%
R=50%
G=10%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85176800.800.200.6731566.6720
Hex551144050144313b4314
Octal1252110401202410347310324
Binary101010110001100010001010000101001000011100111011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551144; }

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

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

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

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

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

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

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

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