#55054F

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

Shades of Tyrian Purple #55054F

Tints of Tyrian Purple #55054F

Color information

#55054F (or 0x55054F) is unknown color: approx Tyrian Purple. HEX triplet: 55, 05 and 4F. RGB value is (85,5,79). Sum of RGB (Red+Green+Blue) = 85+5+79=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 79 (31.25% from 255 or 46.75% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #55054F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55054F is #AAFAB0. Grayscale: #252525. Windows color (decimal): -11205297 or 5178709. OLE color: 5178709.

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

Color convert

RGB85579-
CMYK00.940.070.67
HSL304.5º88.89%17.65%-
HSV(B)304.5º94.12%33.33%-
XYZ5.212.67.63-
YUV37.36151.5161.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.30%
GREEN value IS 5 (2.34% from 255) = 2.96%
BLUE value IS 79 (31.25% from 255) = 46.75%
R=50.30%
G=2.96%
B=46.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8557900.940.070.67304.588.8917.65
Hex5554F05E7431305912
Octal12551170136710346013122
Binary10101011011001111010111101111000011100110000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55054F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,5,79); }

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

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

 a { background-color: rgb(85,5,79); }

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

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

 span { border-color: rgb(85,5,79); }

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