#550935

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

Shades of Tyrian Purple #550935

Tints of Tyrian Purple #550935

Color information

#550935 (or 0x550935) is unknown color: approx Tyrian Purple. HEX triplet: 55, 09 and 35. RGB value is (85,9,53). Sum of RGB (Red+Green+Blue) = 85+9+53=147 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.82% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 53 (21.09% from 255 or 36.05% from 147); Max value from RGB is 85 - color contains mainly: red. Hex color #550935 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550935 is #AAF6CA. Grayscale: #242424. Windows color (decimal): -11204299 or 3475797. OLE color: 3475797.

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

Color convert

RGB85953-
CMYK00.890.380.67
HSL325.26º80.85%18.43%-
HSV(B)325.26º89.41%33.33%-
XYZ4.492.383.59-
YUV36.74137.18162.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.82%
GREEN value IS 9 (3.91% from 255) = 6.12%
BLUE value IS 53 (21.09% from 255) = 36.05%
R=57.82%
G=6.12%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8595300.890.380.67325.2680.8518.43
Hex5593505926431455112
Octal125116501314610350512122
Binary10101011001110101010110011001101000011101000101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550935; }

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

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

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

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

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

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

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

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