#55093B

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

Shades of Tyrian Purple #55093B

Tints of Tyrian Purple #55093B

Color information

#55093B (or 0x55093B) is unknown color: approx Tyrian Purple. HEX triplet: 55, 09 and 3B. RGB value is (85,9,59). Sum of RGB (Red+Green+Blue) = 85+9+59=153 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.56% from 153); Green value is 9 (3.91% from 255 or 5.88% from 153); Blue value is 59 (23.44% from 255 or 38.56% from 153); Max value from RGB is 85 - color contains mainly: red. Hex color #55093B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55093B is #AAF6C4. Grayscale: #252525. Windows color (decimal): -11204293 or 3869013. OLE color: 3869013.

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

Color convert

RGB85959-
CMYK00.890.310.67
HSL320.53º80.85%18.43%-
HSV(B)320.53º89.41%33.33%-
XYZ4.632.444.36-
YUV37.42140.18161.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.56%
GREEN value IS 9 (3.91% from 255) = 5.88%
BLUE value IS 59 (23.44% from 255) = 38.56%
R=55.56%
G=5.88%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8595900.890.310.67320.5380.8518.43
Hex5593B0591F431415112
Octal125117301313710350112122
Binary1010101100111101101011001111111000011101000001101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55093B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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