#550831

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

Shades of Tyrian Purple #550831

Tints of Tyrian Purple #550831

Color information

#550831 (or 0x550831) is unknown color: approx Tyrian Purple. HEX triplet: 55, 08 and 31. RGB value is (85,8,49). Sum of RGB (Red+Green+Blue) = 85+8+49=142 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.86% from 142); Green value is 8 (3.52% from 255 or 5.63% from 142); Blue value is 49 (19.53% from 255 or 34.51% from 142); Max value from RGB is 85 - color contains mainly: red. Hex color #550831 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550831 is #AAF7CE. Grayscale: #232323. Windows color (decimal): -11204559 or 3213397. OLE color: 3213397.

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

Color convert

RGB85849-
CMYK00.910.420.67
HSL328.05º82.8%18.24%-
HSV(B)328.05º90.59%33.33%-
XYZ4.392.333.12-
YUV35.7135.51163.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 59.86%
GREEN value IS 8 (3.52% from 255) = 5.63%
BLUE value IS 49 (19.53% from 255) = 34.51%
R=59.86%
G=5.63%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8584900.910.420.67328.0582.818.24
Hex5583105B2A431485312
Octal125106101335210351012322
Binary10101011000110001010110111010101000011101001000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550831; }

 p { color: rgb(85,8,49); }

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

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

 a { background-color: rgb(85,8,49); }

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

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

 span { border-color: rgb(85,8,49); }

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