#5A0E4B

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

Shades of Tyrian Purple #5A0E4B

Tints of Tyrian Purple #5A0E4B

Color information

#5A0E4B (or 0x5A0E4B) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 0E and 4B. RGB value is (90,14,75). Sum of RGB (Red+Green+Blue) = 90+14+75=179 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.28% from 179); Green value is 14 (5.86% from 255 or 7.82% from 179); Blue value is 75 (29.69% from 255 or 41.90% from 179); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0E4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0E4B is #A5F1B4. Grayscale: #2B2B2B. Windows color (decimal): -10875317 or 4918874. OLE color: 4918874.

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

Color convert

RGB901475-
CMYK00.840.170.65
HSL311.84º73.08%20.39%-
HSV(B)311.84º84.44%35.29%-
XYZ5.6436.94-
YUV43.68145.68161.04-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 50.28%
GREEN value IS 14 (5.86% from 255) = 7.82%
BLUE value IS 75 (29.69% from 255) = 41.90%
R=50.28%
G=7.82%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90147500.840.170.65311.8473.0820.39
Hex5AE4B05411411384914
Octal1321611301242110147011124
Binary10110101110100101101010100100011000001100111000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,14,75); }

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

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

 a { background-color: rgb(90,14,75); }

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

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

 span { border-color: rgb(90,14,75); }

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