#5d004d

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

Shades of Tyrian Purple #5D004D

Tints of Tyrian Purple #5D004D

Color information

#5D004D (or 0x5D004D) is unknown color: approx Tyrian Purple. HEX triplet: 5D, 00 and 4D. RGB value is (93,0,77). Sum of RGB (Red+Green+Blue) = 93+0+77=170 (22% of max value = 765). Red value is 93 (36.72% from 255 or 54.71% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 77 (30.47% from 255 or 45.29% from 170); Max value from RGB is 93 - color contains mainly: red. Hex color #5D004D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D004D is #A2FFB2. Grayscale: #242424. Windows color (decimal): -10682291 or 5046365. OLE color: 5046365.

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

Color convert

RGB93077-
CMYK010.170.64
HSL310.32º100%18.24%-
HSV(B)310.32º100%36.47%-
XYZ5.852.867.27-
YUV36.58150.81168.24-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 54.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 77 (30.47% from 255) = 45.29%
R=54.71%
G=0%
B=45.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.17
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93077010.170.64310.3210018.24
Hex5D04D06411401366412
Octal135011501442110046614422
Binary10111010100110101100100100011000000100110110110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5d004d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,0,77); }

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

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

 a { background-color: rgb(93,0,77); }

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

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

 span { border-color: rgb(93,0,77); }

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