#550D3F

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

Shades of Tyrian Purple #550D3F

Tints of Tyrian Purple #550D3F

Color information

#550D3F (or 0x550D3F) is unknown color: approx Tyrian Purple. HEX triplet: 55, 0D and 3F. RGB value is (85,13,63). Sum of RGB (Red+Green+Blue) = 85+13+63=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 13 (5.47% from 255 or 8.07% from 161); Blue value is 63 (25% from 255 or 39.13% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #550D3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550D3F is #AAF2C0. Grayscale: #282828. Windows color (decimal): -11203265 or 4132181. OLE color: 4132181.

HSL color Cylindrical-coordinate representation of color #550D3F: hue angle of 318.33º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #550D3F is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB851363-
CMYK00.850.260.67
HSL318.33º73.47%19.22%-
HSV(B)318.33º84.71%33.33%-
XYZ4.792.584.95-
YUV40.23140.85159.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.80%
GREEN value IS 13 (5.47% from 255) = 8.07%
BLUE value IS 63 (25% from 255) = 39.13%
R=52.80%
G=8.07%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85136300.850.260.67318.3373.4719.22
Hex55D3F0551A4313e4913
Octal125157701253210347611123
Binary1010101110111111101010101110101000011100111110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550D3F; }

 p { color: rgb(85,13,63); }

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

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

 a { background-color: rgb(85,13,63); }

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

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

 span { border-color: rgb(85,13,63); }

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