#550542

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

Shades of Tyrian Purple #550542

Tints of Tyrian Purple #550542

Color information

#550542 (or 0x550542) is unknown color: approx Tyrian Purple. HEX triplet: 55, 05 and 42. RGB value is (85,5,66). Sum of RGB (Red+Green+Blue) = 85+5+66=156 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.49% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 66 (26.17% from 255 or 42.31% from 156); Max value from RGB is 85 - color contains mainly: red. Hex color #550542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550542 is #AAFABD. Grayscale: #232323. Windows color (decimal): -11205310 or 4326741. OLE color: 4326741.

HSL color Cylindrical-coordinate representation of color #550542: hue angle of 314.25º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550542 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB85566-
CMYK00.940.220.67
HSL314.25º88.89%17.65%-
HSV(B)314.25º94.12%33.33%-
XYZ4.782.435.37-
YUV35.87145163.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.49%
GREEN value IS 5 (2.34% from 255) = 3.21%
BLUE value IS 66 (26.17% from 255) = 42.31%
R=54.49%
G=3.21%
B=42.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8556600.940.220.67314.2588.8917.65
Hex5554205E164313a5912
Octal125510201362610347213122
Binary1010101101100001001011110101101000011100111010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550542; }

 p { color: rgb(85,5,66); }

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

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

 a { background-color: rgb(85,5,66); }

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

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

 span { border-color: rgb(85,5,66); }

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