#5D0554

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

Shades of Tyrian Purple #5D0554

Tints of Tyrian Purple #5D0554

Color information

#5D0554 (or 0x5D0554) is unknown color: approx Tyrian Purple. HEX triplet: 5D, 05 and 54. RGB value is (93,5,84). Sum of RGB (Red+Green+Blue) = 93+5+84=182 (24% of max value = 765). Red value is 93 (36.72% from 255 or 51.10% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 84 (33.20% from 255 or 46.15% from 182); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0554 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0554 is #A2FAAB. Grayscale: #282828. Windows color (decimal): -10681004 or 5506397. OLE color: 5506397.

HSL color Cylindrical-coordinate representation of color #5D0554: hue angle of 306.14º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5D0554 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.64.

Color convert

RGB93584-
CMYK00.950.100.64
HSL306.14º89.8%19.22%-
HSV(B)306.14º94.62%36.47%-
XYZ6.173.088.66-
YUV40.32152.65165.58-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 51.10%
GREEN value IS 5 (2.34% from 255) = 2.75%
BLUE value IS 84 (33.20% from 255) = 46.15%
R=51.10%
G=2.75%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.10
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9358400.950.100.64306.1489.819.22
Hex5D55405FA401325a13
Octal135512401371210046213223
Binary101110110110101000101111110101000000100110010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D0554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D0554; }

 p { color: rgb(93,5,84); }

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

<style>
 a { background-color: #5D0554; }

 a { background-color: rgb(93,5,84); }

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

<style>
 span { border-color: #5D0554; }

 span { border-color: rgb(93,5,84); }

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