#5A144A

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

Shades of Tyrian Purple #5A144A

Tints of Tyrian Purple #5A144A

Color information

#5A144A (or 0x5A144A) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 14 and 4A. RGB value is (90,20,74). Sum of RGB (Red+Green+Blue) = 90+20+74=184 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.91% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 74 (29.30% from 255 or 40.22% from 184); Max value from RGB is 90 - color contains mainly: red. Hex color #5A144A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A144A is #A5EBB5. Grayscale: #2E2E2E. Windows color (decimal): -10873782 or 4854874. OLE color: 4854874.

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

Color convert

RGB902074-
CMYK00.780.180.65
HSL313.71º63.64%21.57%-
HSV(B)313.71º77.78%35.29%-
XYZ5.73.176.79-
YUV47.09143.19158.61-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 48.91%
GREEN value IS 20 (8.20% from 255) = 10.87%
BLUE value IS 74 (29.30% from 255) = 40.22%
R=48.91%
G=10.87%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90207400.780.180.65313.7163.6421.57
Hex5A144A04E124113a4016
Octal1322411201162210147210026
Binary101101010100100101001001110100101000001100111010100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A144A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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