#550439

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

Shades of Tyrian Purple #550439

Tints of Tyrian Purple #550439

Color information

#550439 (or 0x550439) is unknown color: approx Tyrian Purple. HEX triplet: 55, 04 and 39. RGB value is (85,4,57). Sum of RGB (Red+Green+Blue) = 85+4+57=146 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.22% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 57 (22.66% from 255 or 39.04% from 146); Max value from RGB is 85 - color contains mainly: red. Hex color #550439 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550439 is #AAFBC6. Grayscale: #222222. Windows color (decimal): -11205575 or 3736661. OLE color: 3736661.

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

Color convert

RGB85457-
CMYK00.950.330.67
HSL320.74º91.01%17.45%-
HSV(B)320.74º95.29%33.33%-
XYZ4.532.314.08-
YUV34.26140.84164.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 58.22%
GREEN value IS 4 (1.95% from 255) = 2.74%
BLUE value IS 57 (22.66% from 255) = 39.04%
R=58.22%
G=2.74%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8545700.950.330.67320.7491.0117.45
Hex5543905F21431415b11
Octal12547101374110350113321
Binary1010101100111001010111111000011000011101000001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550439; }

 p { color: rgb(85,4,57); }

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

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

 a { background-color: rgb(85,4,57); }

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

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

 span { border-color: rgb(85,4,57); }

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