#55074C

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

Shades of Tyrian Purple #55074C

Tints of Tyrian Purple #55074C

Color information

#55074C (or 0x55074C) is unknown color: approx Tyrian Purple. HEX triplet: 55, 07 and 4C. RGB value is (85,7,76). Sum of RGB (Red+Green+Blue) = 85+7+76=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 7 (3.12% from 255 or 4.17% from 168); Blue value is 76 (30.08% from 255 or 45.24% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #55074C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55074C is #AAF8B3. Grayscale: #252525. Windows color (decimal): -11204788 or 4982613. OLE color: 4982613.

HSL color Cylindrical-coordinate representation of color #55074C: hue angle of 306.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 #55074C is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB85776-
CMYK00.920.110.67
HSL306.92º84.78%18.04%-
HSV(B)306.92º91.76%33.33%-
XYZ5.132.617.07-
YUV38.19149.34161.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.60%
GREEN value IS 7 (3.12% from 255) = 4.17%
BLUE value IS 76 (30.08% from 255) = 45.24%
R=50.60%
G=4.17%
B=45.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8577600.920.110.67306.9284.7818.04
Hex5574C05CB431335512
Octal125711401341310346312522
Binary101010111110011000101110010111000011100110011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55074C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55074C; }

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

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

<style>
 a { background-color: #55074C; }

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

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

<style>
 span { border-color: #55074C; }

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

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