#5A084F

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

Shades of Tyrian Purple #5A084F

Tints of Tyrian Purple #5A084F

Color information

#5A084F (or 0x5A084F) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 08 and 4F. RGB value is (90,8,79). Sum of RGB (Red+Green+Blue) = 90+8+79=177 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.85% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 79 (31.25% from 255 or 44.63% from 177); Max value from RGB is 90 - color contains mainly: red. Hex color #5A084F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A084F is #A5F7B0. Grayscale: #282828. Windows color (decimal): -10876849 or 5179482. OLE color: 5179482.

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

Color convert

RGB90879-
CMYK00.910.120.65
HSL308.05º83.67%19.22%-
HSV(B)308.05º91.11%35.29%-
XYZ5.712.917.66-
YUV40.61149.67163.23-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 50.85%
GREEN value IS 8 (3.52% from 255) = 4.52%
BLUE value IS 79 (31.25% from 255) = 44.63%
R=50.85%
G=4.52%
B=44.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9087900.910.120.65308.0583.6719.22
Hex5A84F05BC411345413
Octal1321011701331410146412423
Binary1011010100010011110101101111001000001100110100101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A084F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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