#55073F

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

Shades of Tyrian Purple #55073F

Tints of Tyrian Purple #55073F

Color information

#55073F (or 0x55073F) is unknown color: approx Tyrian Purple. HEX triplet: 55, 07 and 3F. RGB value is (85,7,63). Sum of RGB (Red+Green+Blue) = 85+7+63=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 7 (3.12% from 255 or 4.52% from 155); Blue value is 63 (25% from 255 or 40.65% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #55073F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55073F is #AAF8C0. Grayscale: #242424. Windows color (decimal): -11204801 or 4130645. OLE color: 4130645.

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

Color convert

RGB85763-
CMYK00.920.260.67
HSL316.92º84.78%18.04%-
HSV(B)316.92º91.76%33.33%-
XYZ4.722.444.93-
YUV36.71142.84162.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.84%
GREEN value IS 7 (3.12% from 255) = 4.52%
BLUE value IS 63 (25% from 255) = 40.65%
R=54.84%
G=4.52%
B=40.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8576300.920.260.67316.9284.7818.04
Hex5573F05C1A4313d5512
Octal12577701343210347512522
Binary101010111111111101011100110101000011100111101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55073F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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