#5A044F

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

Shades of Tyrian Purple #5A044F

Tints of Tyrian Purple #5A044F

Color information

#5A044F (or 0x5A044F) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 04 and 4F. RGB value is (90,4,79). Sum of RGB (Red+Green+Blue) = 90+4+79=173 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.02% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 79 (31.25% from 255 or 45.66% from 173); Max value from RGB is 90 - color contains mainly: red. Hex color #5A044F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A044F is #A5FBB0. Grayscale: #262626. Windows color (decimal): -10877873 or 5178458. OLE color: 5178458.

HSL color Cylindrical-coordinate representation of color #5A044F: hue angle of 307.67º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A044F is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB90479-
CMYK00.960.120.65
HSL307.67º91.49%18.43%-
HSV(B)307.67º95.56%35.29%-
XYZ5.672.837.64-
YUV38.26150.99164.9-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 52.02%
GREEN value IS 4 (1.95% from 255) = 2.31%
BLUE value IS 79 (31.25% from 255) = 45.66%
R=52.02%
G=2.31%
B=45.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9047900.960.120.65307.6791.4918.43
Hex5A44F060C411345b12
Octal132411701401410146413322
Binary101101010010011110110000011001000001100110100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A044F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,4,79); }

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

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

 a { background-color: rgb(90,4,79); }

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

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

 span { border-color: rgb(90,4,79); }

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