#550331

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

Shades of Tyrian Purple #550331

Tints of Tyrian Purple #550331

Color information

#550331 (or 0x550331) is unknown color: approx Tyrian Purple. HEX triplet: 55, 03 and 31. RGB value is (85,3,49). Sum of RGB (Red+Green+Blue) = 85+3+49=137 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.04% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 49 (19.53% from 255 or 35.77% from 137); Max value from RGB is 85 - color contains mainly: red. Hex color #550331 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550331 is #AAFCCE. Grayscale: #202020. Windows color (decimal): -11205839 or 3212117. OLE color: 3212117.

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

Color convert

RGB85349-
CMYK00.960.420.67
HSL326.34º93.18%17.25%-
HSV(B)326.34º96.47%33.33%-
XYZ4.332.223.11-
YUV32.76137.17165.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 62.04%
GREEN value IS 3 (1.56% from 255) = 2.19%
BLUE value IS 49 (19.53% from 255) = 35.77%
R=62.04%
G=2.19%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8534900.960.420.67326.3493.1817.25
Hex553310602A431465d11
Octal12536101405210350613521
Binary101010111110001011000001010101000011101000110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550331; }

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

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

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

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

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

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

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

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