#550148

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

Shades of Tyrian Purple #550148

Tints of Tyrian Purple #550148

Color information

#550148 (or 0x550148) is unknown color: approx Tyrian Purple. HEX triplet: 55, 01 and 48. RGB value is (85,1,72). Sum of RGB (Red+Green+Blue) = 85+1+72=158 (20% of max value = 765). Red value is 85 (33.59% from 255 or 53.80% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 72 (28.52% from 255 or 45.57% from 158); Max value from RGB is 85 - color contains mainly: red. Hex color #550148 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550148 is #AAFEB7. Grayscale: #222222. Windows color (decimal): -11206328 or 4718933. OLE color: 4718933.

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

Color convert

RGB85172-
CMYK00.990.150.67
HSL309.29º97.67%16.86%-
HSV(B)309.29º98.82%33.33%-
XYZ4.932.426.34-
YUV34.21149.33164.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.80%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 72 (28.52% from 255) = 45.57%
R=53.80%
G=0.63%
B=45.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8517200.990.150.67309.2997.6716.86
Hex55148063F431356211
Octal125111001431710346514221
Binary1010101110010000110001111111000011100110101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550148; }

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

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

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

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

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

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

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

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