#55093F

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

Shades of Tyrian Purple #55093F

Tints of Tyrian Purple #55093F

Color information

#55093F (or 0x55093F) is unknown color: approx Tyrian Purple. HEX triplet: 55, 09 and 3F. RGB value is (85,9,63). Sum of RGB (Red+Green+Blue) = 85+9+63=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 63 (25% from 255 or 40.13% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #55093F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55093F is #AAF6C0. Grayscale: #252525. Windows color (decimal): -11204289 or 4131157. OLE color: 4131157.

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

Color convert

RGB85963-
CMYK00.890.260.67
HSL317.37º80.85%18.43%-
HSV(B)317.37º89.41%33.33%-
XYZ4.742.494.93-
YUV37.88142.18161.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.14%
GREEN value IS 9 (3.91% from 255) = 5.73%
BLUE value IS 63 (25% from 255) = 40.13%
R=54.14%
G=5.73%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8596300.890.260.67317.3780.8518.43
Hex5593F0591A4313d5112
Octal125117701313210347512122
Binary1010101100111111101011001110101000011100111101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55093F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,9,63); }

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

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

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

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

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

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

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