#5D034F

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

Shades of Tyrian Purple #5D034F

Tints of Tyrian Purple #5D034F

Color information

#5D034F (or 0x5D034F) is unknown color: approx Tyrian Purple. HEX triplet: 5D, 03 and 4F. RGB value is (93,3,79). Sum of RGB (Red+Green+Blue) = 93+3+79=175 (23% of max value = 765). Red value is 93 (36.72% from 255 or 53.14% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 79 (31.25% from 255 or 45.14% from 175); Max value from RGB is 93 - color contains mainly: red. Hex color #5D034F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D034F is #A2FCB0. Grayscale: #262626. Windows color (decimal): -10681521 or 5178205. OLE color: 5178205.

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

Color convert

RGB93379-
CMYK00.970.150.64
HSL309.33º93.75%18.82%-
HSV(B)309.33º96.77%36.47%-
XYZ5.962.967.65-
YUV38.57150.82166.82-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 53.14%
GREEN value IS 3 (1.56% from 255) = 1.71%
BLUE value IS 79 (31.25% from 255) = 45.14%
R=53.14%
G=1.71%
B=45.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9337900.970.150.64309.3393.7518.82
Hex5D34F061F401355e13
Octal135311701411710046513623
Binary10111011110011110110000111111000000100110101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D034F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,3,79); }

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

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

 a { background-color: rgb(93,3,79); }

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

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

 span { border-color: rgb(93,3,79); }

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