#550131

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

Shades of Tyrian Purple #550131

Tints of Tyrian Purple #550131

Color information

#550131 (or 0x550131) is unknown color: approx Tyrian Purple. HEX triplet: 55, 01 and 31. RGB value is (85,1,49). Sum of RGB (Red+Green+Blue) = 85+1+49=135 (17% of max value = 765). Red value is 85 (33.59% from 255 or 62.96% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 49 (19.53% from 255 or 36.30% from 135); Max value from RGB is 85 - color contains mainly: red. Hex color #550131 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550131 is #AAFECE. Grayscale: #1F1F1F. Windows color (decimal): -11206351 or 3211605. OLE color: 3211605.

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

Color convert

RGB85149-
CMYK00.990.420.67
HSL325.71º97.67%16.86%-
HSV(B)325.71º98.82%33.33%-
XYZ4.312.173.1-
YUV31.59137.83166.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 62.96%
GREEN value IS 1 (0.78% from 255) = 0.74%
BLUE value IS 49 (19.53% from 255) = 36.30%
R=62.96%
G=0.74%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8514900.990.420.67325.7197.6716.86
Hex551310632A431466211
Octal12516101435210350614221
Binary10101011110001011000111010101000011101000110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550131; }

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

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

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

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

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

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

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

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