#550055

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

Shades of Tyrian Purple #550055

Tints of Tyrian Purple #550055

Color information

#550055 (or 0x550055) is unknown color: approx Tyrian Purple. HEX triplet: 55, 00 and 55. RGB value is (85,0,85). Sum of RGB (Red+Green+Blue) = 85+0+85=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 85 (33.59% from 255 or 50% from 170); Max value from RGB is 85 - color contains mainly: red, blue. Hex color #550055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550055 is #AAFFAA. Grayscale: #222222. Windows color (decimal): -11206571 or 5570645. OLE color: 5570645.

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

Color convert

RGB85085-
CMYK0100.67
HSL300º100%16.67%-
HSV(B)300º100%33.33%-
XYZ5.392.598.81-
YUV35.1156.16163.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 85 (33.59% from 255) = 50%
R=50%
G=0%
B=50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal850850100.6730010016.67
Hex5505506404312c6411
Octal12501250144010345414421
Binary1010101010101010110010001000011100101100110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550055; }

 p { color: rgb(85,0,85); }

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

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

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

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

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

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

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