#550B32

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

Shades of Tyrian Purple #550B32

Tints of Tyrian Purple #550B32

Color information

#550B32 (or 0x550B32) is unknown color: approx Tyrian Purple. HEX triplet: 55, 0B and 32. RGB value is (85,11,50). Sum of RGB (Red+Green+Blue) = 85+11+50=146 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.22% from 146); Green value is 11 (4.69% from 255 or 7.53% from 146); Blue value is 50 (19.92% from 255 or 34.25% from 146); Max value from RGB is 85 - color contains mainly: red. Hex color #550B32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550B32 is #AAF4CD. Grayscale: #252525. Windows color (decimal): -11203790 or 3279701. OLE color: 3279701.

HSL color Cylindrical-coordinate representation of color #550B32: hue angle of 328.38º 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 #550B32 is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB851150-
CMYK00.870.410.67
HSL328.38º77.08%18.82%-
HSV(B)328.38º87.06%33.33%-
XYZ4.442.43.25-
YUV37.57135.02161.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 58.22%
GREEN value IS 11 (4.69% from 255) = 7.53%
BLUE value IS 50 (19.92% from 255) = 34.25%
R=58.22%
G=7.53%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85115000.870.410.67328.3877.0818.82
Hex55B3205729431484d13
Octal125136201275110351011523
Binary10101011011110010010101111010011000011101001000100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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