#5D0A4F

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

Shades of Tyrian Purple #5D0A4F

Tints of Tyrian Purple #5D0A4F

Color information

#5D0A4F (or 0x5D0A4F) is unknown color: approx Tyrian Purple. HEX triplet: 5D, 0A and 4F. RGB value is (93,10,79). Sum of RGB (Red+Green+Blue) = 93+10+79=182 (24% of max value = 765). Red value is 93 (36.72% from 255 or 51.10% from 182); Green value is 10 (4.30% from 255 or 5.49% from 182); Blue value is 79 (31.25% from 255 or 43.41% from 182); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0A4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0A4F is #A2F5B0. Grayscale: #2A2A2A. Windows color (decimal): -10679729 or 5179997. OLE color: 5179997.

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

Color convert

RGB931079-
CMYK00.890.150.64
HSL310.12º80.58%20.2%-
HSV(B)310.12º89.25%36.47%-
XYZ6.033.117.68-
YUV42.68148.5163.89-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 51.10%
GREEN value IS 10 (4.30% from 255) = 5.49%
BLUE value IS 79 (31.25% from 255) = 43.41%
R=51.10%
G=5.49%
B=43.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93107900.890.150.64310.1280.5820.2
Hex5DA4F059F401365114
Octal1351211701311710046612124
Binary1011101101010011110101100111111000000100110110101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D0A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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