#55084B

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

Shades of Tyrian Purple #55084B

Tints of Tyrian Purple #55084B

Color information

#55084B (or 0x55084B) is unknown color: approx Tyrian Purple. HEX triplet: 55, 08 and 4B. RGB value is (85,8,75). Sum of RGB (Red+Green+Blue) = 85+8+75=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 75 (29.69% from 255 or 44.64% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #55084B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55084B is #AAF7B4. Grayscale: #262626. Windows color (decimal): -11204533 or 4917333. OLE color: 4917333.

HSL color Cylindrical-coordinate representation of color #55084B: hue angle of 307.79º 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 #55084B is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB85875-
CMYK00.910.120.67
HSL307.79º82.8%18.24%-
HSV(B)307.79º90.59%33.33%-
XYZ5.12.616.89-
YUV38.66148.51161.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.60%
GREEN value IS 8 (3.52% from 255) = 4.76%
BLUE value IS 75 (29.69% from 255) = 44.64%
R=50.60%
G=4.76%
B=44.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8587500.910.120.67307.7982.818.24
Hex5584B05BC431345312
Octal1251011301331410346412322
Binary1010101100010010110101101111001000011100110100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55084B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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