#5A004F

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

Shades of Tyrian Purple #5A004F

Tints of Tyrian Purple #5A004F

Color information

#5A004F (or 0x5A004F) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 00 and 4F. RGB value is (90,0,79). Sum of RGB (Red+Green+Blue) = 90+0+79=169 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.25% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 79 (31.25% from 255 or 46.75% from 169); Max value from RGB is 90 - color contains mainly: red. Hex color #5A004F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A004F is #A5FFB0. Grayscale: #232323. Windows color (decimal): -10878897 or 5177434. OLE color: 5177434.

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

Color convert

RGB90079-
CMYK010.120.65
HSL307.33º100%17.65%-
HSV(B)307.33º100%35.29%-
XYZ5.632.747.63-
YUV35.92152.32166.58-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 53.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 79 (31.25% from 255) = 46.75%
R=53.25%
G=0%
B=46.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90079010.120.65307.3310017.65
Hex5A04F064C411336412
Octal132011701441410146314422
Binary1011010010011110110010011001000001100110011110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A004F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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