#5A133F

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

Shades of Tyrian Purple #5A133F

Tints of Tyrian Purple #5A133F

Color information

#5A133F (or 0x5A133F) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 13 and 3F. RGB value is (90,19,63). Sum of RGB (Red+Green+Blue) = 90+19+63=172 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.33% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 90 - color contains mainly: red. Hex color #5A133F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A133F is #A5ECC0. Grayscale: #2D2D2D. Windows color (decimal): -10874049 or 4133722. OLE color: 4133722.

HSL color Cylindrical-coordinate representation of color #5A133F: hue angle of 322.82º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5A133F is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB901963-
CMYK00.790.300.65
HSL322.82º65.14%21.37%-
HSV(B)322.82º78.89%35.29%-
XYZ5.3535-
YUV45.24138.02159.92-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 52.33%
GREEN value IS 19 (7.81% from 255) = 11.05%
BLUE value IS 63 (25% from 255) = 36.63%
R=52.33%
G=11.05%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90196300.790.300.65322.8265.1421.37
Hex5A133F04F1E411434115
Octal132237701173610150310125
Binary10110101001111111101001111111101000001101000011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A133F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,19,63); }

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

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

 a { background-color: rgb(90,19,63); }

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

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

 span { border-color: rgb(90,19,63); }

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