#5A0E3B

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

Shades of Tyrian Purple #5A0E3B

Tints of Tyrian Purple #5A0E3B

Color information

#5A0E3B (or 0x5A0E3B) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 0E and 3B. RGB value is (90,14,59). Sum of RGB (Red+Green+Blue) = 90+14+59=163 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.21% from 163); Green value is 14 (5.86% from 255 or 8.59% from 163); Blue value is 59 (23.44% from 255 or 36.20% from 163); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0E3B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0E3B is #A5F1C4. Grayscale: #292929. Windows color (decimal): -10875333 or 3870298. OLE color: 3870298.

HSL color Cylindrical-coordinate representation of color #5A0E3B: hue angle of 324.47º 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 #5A0E3B is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB901459-
CMYK00.840.340.65
HSL324.47º73.08%20.39%-
HSV(B)324.47º84.44%35.29%-
XYZ5.162.84.41-
YUV41.85137.68162.34-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 55.21%
GREEN value IS 14 (5.86% from 255) = 8.59%
BLUE value IS 59 (23.44% from 255) = 36.20%
R=55.21%
G=8.59%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90145900.840.340.65324.4773.0820.39
Hex5AE3B05422411444914
Octal132167301244210150411124
Binary10110101110111011010101001000101000001101000100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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