#5A144B

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

Shades of Tyrian Purple #5A144B

Tints of Tyrian Purple #5A144B

Color information

#5A144B (or 0x5A144B) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 14 and 4B. RGB value is (90,20,75). Sum of RGB (Red+Green+Blue) = 90+20+75=185 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.65% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 75 (29.69% from 255 or 40.54% from 185); Max value from RGB is 90 - color contains mainly: red. Hex color #5A144B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A144B is #A5EBB4. Grayscale: #2F2F2F. Windows color (decimal): -10873781 or 4920410. OLE color: 4920410.

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

Color convert

RGB902075-
CMYK00.780.170.65
HSL312.86º63.64%21.57%-
HSV(B)312.86º77.78%35.29%-
XYZ5.743.186.97-
YUV47.2143.69158.53-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 48.65%
GREEN value IS 20 (8.20% from 255) = 10.81%
BLUE value IS 75 (29.69% from 255) = 40.54%
R=48.65%
G=10.81%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90207500.780.170.65312.8663.6421.57
Hex5A144B04E11411394016
Octal1322411301162110147110026
Binary101101010100100101101001110100011000001100111001100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A144B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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