#5D034B

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

Shades of Tyrian Purple #5D034B

Tints of Tyrian Purple #5D034B

Color information

#5D034B (or 0x5D034B) is unknown color: approx Tyrian Purple. HEX triplet: 5D, 03 and 4B. RGB value is (93,3,75). Sum of RGB (Red+Green+Blue) = 93+3+75=171 (22% of max value = 765). Red value is 93 (36.72% from 255 or 54.39% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 75 (29.69% from 255 or 43.86% from 171); Max value from RGB is 93 - color contains mainly: red. Hex color #5D034B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D034B is #A2FCB4. Grayscale: #252525. Windows color (decimal): -10681525 or 4916061. OLE color: 4916061.

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

Color convert

RGB93375-
CMYK00.970.190.64
HSL312º93.75%18.82%-
HSV(B)312º96.77%36.47%-
XYZ5.822.96.91-
YUV38.12148.82167.15-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 54.39%
GREEN value IS 3 (1.56% from 255) = 1.75%
BLUE value IS 75 (29.69% from 255) = 43.86%
R=54.39%
G=1.75%
B=43.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.19
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9337500.970.190.6431293.7518.82
Hex5D34B06113401385e13
Octal135311301412310047013623
Binary101110111100101101100001100111000000100111000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D034B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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