#55093A

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

Shades of Tyrian Purple #55093A

Tints of Tyrian Purple #55093A

Color information

#55093A (or 0x55093A) is unknown color: approx Tyrian Purple. HEX triplet: 55, 09 and 3A. RGB value is (85,9,58). Sum of RGB (Red+Green+Blue) = 85+9+58=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 58 (23.05% from 255 or 38.16% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #55093A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55093A is #AAF6C5. Grayscale: #252525. Windows color (decimal): -11204294 or 3803477. OLE color: 3803477.

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

Color convert

RGB85958-
CMYK00.890.320.67
HSL321.32º80.85%18.43%-
HSV(B)321.32º89.41%33.33%-
XYZ4.612.434.23-
YUV37.31139.68162.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.92%
GREEN value IS 9 (3.91% from 255) = 5.92%
BLUE value IS 58 (23.05% from 255) = 38.16%
R=55.92%
G=5.92%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8595800.890.320.67321.3280.8518.43
Hex5593A05920431415112
Octal125117201314010350112122
Binary10101011001111010010110011000001000011101000001101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55093A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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