#550228

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

Shades of Tyrian Purple #550228

Tints of Tyrian Purple #550228

Color information

#550228 (or 0x550228) is unknown color: approx Tyrian Purple. HEX triplet: 55, 02 and 28. RGB value is (85,2,40). Sum of RGB (Red+Green+Blue) = 85+2+40=127 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.93% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 40 (16.02% from 255 or 31.50% from 127); Max value from RGB is 85 - color contains mainly: red. Hex color #550228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550228 is #AAFDD7. Grayscale: #1F1F1F. Windows color (decimal): -11206104 or 2622037. OLE color: 2622037.

HSL color Cylindrical-coordinate representation of color #550228: hue angle of 332.53º 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 #550228 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB85240-
CMYK00.980.530.67
HSL332.53º95.4%17.06%-
HSV(B)332.53º97.65%33.33%-
XYZ4.152.132.2-
YUV31.15133166.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 66.93%
GREEN value IS 2 (1.17% from 255) = 1.57%
BLUE value IS 40 (16.02% from 255) = 31.50%
R=66.93%
G=1.57%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8524000.980.530.67332.5395.417.06
Hex55228062354314d5f11
Octal12525001426510351513721
Binary101010110101000011000101101011000011101001101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550228; }

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

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

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

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

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

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

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

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