#550945

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

Shades of Tyrian Purple #550945

Tints of Tyrian Purple #550945

Color information

#550945 (or 0x550945) is unknown color: approx Tyrian Purple. HEX triplet: 55, 09 and 45. RGB value is (85,9,69). Sum of RGB (Red+Green+Blue) = 85+9+69=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 69 (27.34% from 255 or 42.33% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #550945 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550945 is #AAF6BA. Grayscale: #262626. Windows color (decimal): -11204283 or 4524373. OLE color: 4524373.

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

Color convert

RGB85969-
CMYK00.890.190.67
HSL312.63º80.85%18.43%-
HSV(B)312.63º89.41%33.33%-
XYZ4.922.565.86-
YUV38.56145.18161.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.15%
GREEN value IS 9 (3.91% from 255) = 5.52%
BLUE value IS 69 (27.34% from 255) = 42.33%
R=52.15%
G=5.52%
B=42.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8596900.890.190.67312.6380.8518.43
Hex5594505913431395112
Octal1251110501312310347112122
Binary10101011001100010101011001100111000011100111001101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550945; }

 p { color: rgb(85,9,69); }

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

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

 a { background-color: rgb(85,9,69); }

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

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

 span { border-color: rgb(85,9,69); }

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