#55073D

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

Shades of Tyrian Purple #55073D

Tints of Tyrian Purple #55073D

Color information

#55073D (or 0x55073D) is unknown color: approx Tyrian Purple. HEX triplet: 55, 07 and 3D. RGB value is (85,7,61). Sum of RGB (Red+Green+Blue) = 85+7+61=153 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.56% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 61 (24.22% from 255 or 39.87% from 153); Max value from RGB is 85 - color contains mainly: red. Hex color #55073D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55073D is #AAF8C2. Grayscale: #242424. Windows color (decimal): -11204803 or 3999573. OLE color: 3999573.

HSL color Cylindrical-coordinate representation of color #55073D: hue angle of 318.46º 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 #55073D is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB85761-
CMYK00.920.280.67
HSL318.46º84.78%18.04%-
HSV(B)318.46º91.76%33.33%-
XYZ4.662.424.64-
YUV36.48141.84162.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.56%
GREEN value IS 7 (3.12% from 255) = 4.58%
BLUE value IS 61 (24.22% from 255) = 39.87%
R=55.56%
G=4.58%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8576100.920.280.67318.4684.7818.04
Hex5573D05C1C4313e5512
Octal12577501343410347612522
Binary101010111111110101011100111001000011100111110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55073D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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