#550240

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

Shades of Tyrian Purple #550240

Tints of Tyrian Purple #550240

Color information

#550240 (or 0x550240) is unknown color: approx Tyrian Purple. HEX triplet: 55, 02 and 40. RGB value is (85,2,64). Sum of RGB (Red+Green+Blue) = 85+2+64=151 (20% of max value = 765). Red value is 85 (33.59% from 255 or 56.29% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 85 - color contains mainly: red. Hex color #550240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550240 is #AAFDBF. Grayscale: #212121. Windows color (decimal): -11206080 or 4194901. OLE color: 4194901.

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

Color convert

RGB85264-
CMYK00.980.250.67
HSL315.18º95.4%17.06%-
HSV(B)315.18º97.65%33.33%-
XYZ4.692.345.06-
YUV33.88145164.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 56.29%
GREEN value IS 2 (1.17% from 255) = 1.32%
BLUE value IS 64 (25.39% from 255) = 42.38%
R=56.29%
G=1.32%
B=42.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8526400.980.250.67315.1895.417.06
Hex55240062194313b5f11
Octal125210001423110347313721
Binary101010110100000001100010110011000011100111011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550240; }

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

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

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

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

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

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

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

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