#5D054C

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

Shades of Tyrian Purple #5D054C

Tints of Tyrian Purple #5D054C

Color information

#5D054C (or 0x5D054C) is unknown color: approx Tyrian Purple. HEX triplet: 5D, 05 and 4C. RGB value is (93,5,76). Sum of RGB (Red+Green+Blue) = 93+5+76=174 (23% of max value = 765). Red value is 93 (36.72% from 255 or 53.45% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 76 (30.08% from 255 or 43.68% from 174); Max value from RGB is 93 - color contains mainly: red. Hex color #5D054C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D054C is #A2FAB3. Grayscale: #272727. Windows color (decimal): -10681012 or 4982109. OLE color: 4982109.

HSL color Cylindrical-coordinate representation of color #5D054C: hue angle of 311.59º 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 #5D054C is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB93576-
CMYK00.950.180.64
HSL311.59º89.8%19.22%-
HSV(B)311.59º94.62%36.47%-
XYZ5.872.967.1-
YUV39.41148.65166.23-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 53.45%
GREEN value IS 5 (2.34% from 255) = 2.87%
BLUE value IS 76 (30.08% from 255) = 43.68%
R=53.45%
G=2.87%
B=43.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9357600.950.180.64311.5989.819.22
Hex5D54C05F12401385a13
Octal135511401372210047013223
Binary1011101101100110001011111100101000000100111000101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D054C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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