#5A124C

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

Shades of Tyrian Purple #5A124C

Tints of Tyrian Purple #5A124C

Color information

#5A124C (or 0x5A124C) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 12 and 4C. RGB value is (90,18,76). Sum of RGB (Red+Green+Blue) = 90+18+76=184 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.91% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 76 (30.08% from 255 or 41.30% from 184); Max value from RGB is 90 - color contains mainly: red. Hex color #5A124C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A124C is #A5EDB3. Grayscale: #2D2D2D. Windows color (decimal): -10874292 or 4985434. OLE color: 4985434.

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

Color convert

RGB901876-
CMYK00.800.160.65
HSL311.67º66.67%21.18%-
HSV(B)311.67º80%35.29%-
XYZ5.743.137.14-
YUV46.14144.85159.28-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 48.91%
GREEN value IS 18 (7.42% from 255) = 9.78%
BLUE value IS 76 (30.08% from 255) = 41.30%
R=48.91%
G=9.78%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90187600.800.160.65311.6766.6721.18
Hex5A124C05010411384315
Octal1322211401202010147010325
Binary101101010010100110001010000100001000001100111000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A124C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,18,76); }

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

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

 a { background-color: rgb(90,18,76); }

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

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

 span { border-color: rgb(90,18,76); }

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