#550742

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

Shades of Tyrian Purple #550742

Tints of Tyrian Purple #550742

Color information

#550742 (or 0x550742) is unknown color: approx Tyrian Purple. HEX triplet: 55, 07 and 42. RGB value is (85,7,66). Sum of RGB (Red+Green+Blue) = 85+7+66=158 (20% of max value = 765). Red value is 85 (33.59% from 255 or 53.80% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 66 (26.17% from 255 or 41.77% from 158); Max value from RGB is 85 - color contains mainly: red. Hex color #550742 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550742 is #AAF8BD. Grayscale: #242424. Windows color (decimal): -11204798 or 4327253. OLE color: 4327253.

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

Color convert

RGB85766-
CMYK00.920.220.67
HSL314.62º84.78%18.04%-
HSV(B)314.62º91.76%33.33%-
XYZ4.812.485.38-
YUV37.05144.34162.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.80%
GREEN value IS 7 (3.12% from 255) = 4.43%
BLUE value IS 66 (26.17% from 255) = 41.77%
R=53.80%
G=4.43%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8576600.920.220.67314.6284.7818.04
Hex5574205C164313b5512
Octal125710201342610347312522
Binary1010101111100001001011100101101000011100111011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550742; }

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

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

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

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

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

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

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

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