#550B4B

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

Shades of Tyrian Purple #550B4B

Tints of Tyrian Purple #550B4B

Color information

#550B4B (or 0x550B4B) is unknown color: approx Tyrian Purple. HEX triplet: 55, 0B and 4B. RGB value is (85,11,75). Sum of RGB (Red+Green+Blue) = 85+11+75=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 11 (4.69% from 255 or 6.43% from 171); Blue value is 75 (29.69% from 255 or 43.86% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #550B4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550B4B is #AAF4B4. Grayscale: #282828. Windows color (decimal): -11203765 or 4918101. OLE color: 4918101.

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

Color convert

RGB851175-
CMYK00.870.120.67
HSL308.11º77.08%18.82%-
HSV(B)308.11º87.06%33.33%-
XYZ5.142.686.9-
YUV40.42147.52159.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.71%
GREEN value IS 11 (4.69% from 255) = 6.43%
BLUE value IS 75 (29.69% from 255) = 43.86%
R=49.71%
G=6.43%
B=43.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85117500.870.120.67308.1177.0818.82
Hex55B4B057C431344d13
Octal1251311301271410346411523
Binary1010101101110010110101011111001000011100110100100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,11,75); }

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

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

 a { background-color: rgb(85,11,75); }

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

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

 span { border-color: rgb(85,11,75); }

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