#550144

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

Shades of Tyrian Purple #550144

Tints of Tyrian Purple #550144

Color information

#550144 (or 0x550144) is unknown color: approx Tyrian Purple. HEX triplet: 55, 01 and 44. RGB value is (85,1,68). Sum of RGB (Red+Green+Blue) = 85+1+68=154 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.19% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 68 (26.95% from 255 or 44.16% from 154); Max value from RGB is 85 - color contains mainly: red. Hex color #550144 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550144 is #AAFEBB. Grayscale: #212121. Windows color (decimal): -11206332 or 4456789. OLE color: 4456789.

HSL color Cylindrical-coordinate representation of color #550144: hue angle of 312.14º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #550144 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB85168-
CMYK00.990.200.67
HSL312.14º97.67%16.86%-
HSV(B)312.14º98.82%33.33%-
XYZ4.82.375.67-
YUV33.75147.33164.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.19%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 68 (26.95% from 255) = 44.16%
R=55.19%
G=0.65%
B=44.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8516800.990.200.67312.1497.6716.86
Hex5514406314431386211
Octal125110401432410347014221
Binary10101011100010001100011101001000011100111000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550144; }

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

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

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

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

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

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

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

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