#55084F

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

Shades of Tyrian Purple #55084F

Tints of Tyrian Purple #55084F

Color information

#55084F (or 0x55084F) is unknown color: approx Tyrian Purple. HEX triplet: 55, 08 and 4F. RGB value is (85,8,79). Sum of RGB (Red+Green+Blue) = 85+8+79=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 8 (3.52% from 255 or 4.65% from 172); Blue value is 79 (31.25% from 255 or 45.93% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #55084F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55084F is #AAF7B0. Grayscale: #262626. Windows color (decimal): -11204529 or 5179477. OLE color: 5179477.

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

Color convert

RGB85879-
CMYK00.910.070.67
HSL304.68º82.8%18.24%-
HSV(B)304.68º90.59%33.33%-
XYZ5.242.677.64-
YUV39.12150.51160.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.42%
GREEN value IS 8 (3.52% from 255) = 4.65%
BLUE value IS 79 (31.25% from 255) = 45.93%
R=49.42%
G=4.65%
B=45.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8587900.910.070.67304.6882.818.24
Hex5584F05B7431315312
Octal125101170133710346112322
Binary101010110001001111010110111111000011100110001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55084F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55084F; }

 p { color: rgb(85,8,79); }

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

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

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

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

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

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

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