#550339

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

Shades of Tyrian Purple #550339

Tints of Tyrian Purple #550339

Color information

#550339 (or 0x550339) is unknown color: approx Tyrian Purple. HEX triplet: 55, 03 and 39. RGB value is (85,3,57). Sum of RGB (Red+Green+Blue) = 85+3+57=145 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.62% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 57 (22.66% from 255 or 39.31% from 145); Max value from RGB is 85 - color contains mainly: red. Hex color #550339 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550339 is #AAFCC6. Grayscale: #212121. Windows color (decimal): -11205831 or 3736405. OLE color: 3736405.

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

Color convert

RGB85357-
CMYK00.960.330.67
HSL320.49º93.18%17.25%-
HSV(B)320.49º96.47%33.33%-
XYZ4.522.294.08-
YUV33.67141.17164.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 58.62%
GREEN value IS 3 (1.56% from 255) = 2.07%
BLUE value IS 57 (22.66% from 255) = 39.31%
R=58.62%
G=2.07%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8535700.960.330.67320.4993.1817.25
Hex5533906021431405d11
Octal12537101404110350013521
Binary101010111111001011000001000011000011101000000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550339; }

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

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

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

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

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

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

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

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