#5a0d45

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

Shades of Tyrian Purple #5A0D45

Tints of Tyrian Purple #5A0D45

Color information

#5A0D45 (or 0x5A0D45) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 0D and 45. RGB value is (90,13,69). Sum of RGB (Red+Green+Blue) = 90+13+69=172 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.33% from 172); Green value is 13 (5.47% from 255 or 7.56% from 172); Blue value is 69 (27.34% from 255 or 40.12% from 172); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0D45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0D45 is #A5F2BA. Grayscale: #2A2A2A. Windows color (decimal): -10875579 or 4525402. OLE color: 4525402.

HSL color Cylindrical-coordinate representation of color #5A0D45: hue angle of 316.36º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A0D45 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.65.

Color convert

RGB901369-
CMYK00.860.230.65
HSL316.36º74.76%20.2%-
HSV(B)316.36º85.56%35.29%-
XYZ5.432.895.9-
YUV42.41143.01161.95-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 52.33%
GREEN value IS 13 (5.47% from 255) = 7.56%
BLUE value IS 69 (27.34% from 255) = 40.12%
R=52.33%
G=7.56%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.23
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90136900.860.230.65316.3674.7620.2
Hex5AD45056174113c4b14
Octal1321510501262710147411324
Binary10110101101100010101010110101111000001100111100100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a0d45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,13,69); }

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

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

 a { background-color: rgb(90,13,69); }

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

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

 span { border-color: rgb(90,13,69); }

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