#55083E

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

Shades of Tyrian Purple #55083E

Tints of Tyrian Purple #55083E

Color information

#55083E (or 0x55083E) is unknown color: approx Tyrian Purple. HEX triplet: 55, 08 and 3E. RGB value is (85,8,62). Sum of RGB (Red+Green+Blue) = 85+8+62=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 62 (24.61% from 255 or 40% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #55083E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55083E is #AAF7C1. Grayscale: #252525. Windows color (decimal): -11204546 or 4065365. OLE color: 4065365.

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

Color convert

RGB85862-
CMYK00.910.270.67
HSL317.92º82.8%18.24%-
HSV(B)317.92º90.59%33.33%-
XYZ4.72.454.78-
YUV37.18142.01162.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.84%
GREEN value IS 8 (3.52% from 255) = 5.16%
BLUE value IS 62 (24.61% from 255) = 40%
R=54.84%
G=5.16%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8586200.910.270.67317.9282.818.24
Hex5583E05B1B4313e5312
Octal125107601333310347612322
Binary1010101100011111001011011110111000011100111110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55083E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55083E; }

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

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

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

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

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

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

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

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