#550128

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

Shades of Tyrian Purple #550128

Tints of Tyrian Purple #550128

Color information

#550128 (or 0x550128) is unknown color: approx Tyrian Purple. HEX triplet: 55, 01 and 28. RGB value is (85,1,40). Sum of RGB (Red+Green+Blue) = 85+1+40=126 (16% of max value = 765). Red value is 85 (33.59% from 255 or 67.46% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 40 (16.02% from 255 or 31.75% from 126); Max value from RGB is 85 - color contains mainly: red. Hex color #550128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550128 is #AAFED7. Grayscale: #1E1E1E. Windows color (decimal): -11206360 or 2621781. OLE color: 2621781.

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

Color convert

RGB85140-
CMYK00.990.530.67
HSL332.14º97.67%16.86%-
HSV(B)332.14º98.82%33.33%-
XYZ4.142.112.2-
YUV30.56133.33166.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 67.46%
GREEN value IS 1 (0.78% from 255) = 0.79%
BLUE value IS 40 (16.02% from 255) = 31.75%
R=67.46%
G=0.79%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8514000.990.530.67332.1497.6716.86
Hex55128063354314c6211
Octal12515001436510351414221
Binary10101011101000011000111101011000011101001100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550128; }

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

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

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

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

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

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

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

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