#550231

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

Shades of Tyrian Purple #550231

Tints of Tyrian Purple #550231

Color information

#550231 (or 0x550231) is unknown color: approx Tyrian Purple. HEX triplet: 55, 02 and 31. RGB value is (85,2,49). Sum of RGB (Red+Green+Blue) = 85+2+49=136 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.5% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 49 (19.53% from 255 or 36.03% from 136); Max value from RGB is 85 - color contains mainly: red. Hex color #550231 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550231 is #AAFDCE. Grayscale: #202020. Windows color (decimal): -11206095 or 3211861. OLE color: 3211861.

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

Color convert

RGB85249-
CMYK00.980.420.67
HSL326.02º95.4%17.06%-
HSV(B)326.02º97.65%33.33%-
XYZ4.322.23.1-
YUV32.17137.5165.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 62.5%
GREEN value IS 2 (1.17% from 255) = 1.47%
BLUE value IS 49 (19.53% from 255) = 36.03%
R=62.5%
G=1.47%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8524900.980.420.67326.0295.417.06
Hex552310622A431465f11
Octal12526101425210350613721
Binary101010110110001011000101010101000011101000110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550231; }

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

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

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

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

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

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

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

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