#5D104C

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

Shades of Tyrian Purple #5D104C

Tints of Tyrian Purple #5D104C

Color information

#5D104C (or 0x5D104C) is unknown color: approx Tyrian Purple. HEX triplet: 5D, 10 and 4C. RGB value is (93,16,76). Sum of RGB (Red+Green+Blue) = 93+16+76=185 (24% of max value = 765). Red value is 93 (36.72% from 255 or 50.27% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 76 (30.08% from 255 or 41.08% from 185); Max value from RGB is 93 - color contains mainly: red. Hex color #5D104C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D104C is #A2EFB3. Grayscale: #2D2D2D. Windows color (decimal): -10678196 or 4984925. OLE color: 4984925.

HSL color Cylindrical-coordinate representation of color #5D104C: hue angle of 313.25º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5D104C is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB931676-
CMYK00.830.180.64
HSL313.25º70.64%21.37%-
HSV(B)313.25º82.8%36.47%-
XYZ63.227.14-
YUV45.86145.01161.62-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 50.27%
GREEN value IS 16 (6.64% from 255) = 8.65%
BLUE value IS 76 (30.08% from 255) = 41.08%
R=50.27%
G=8.65%
B=41.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93167600.830.180.64313.2570.6421.37
Hex5D104C05312401394715
Octal1352011401232210047110725
Binary101110110000100110001010011100101000000100111001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D104C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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