#5A094E

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

Shades of Tyrian Purple #5A094E

Tints of Tyrian Purple #5A094E

Color information

#5A094E (or 0x5A094E) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 09 and 4E. RGB value is (90,9,78). Sum of RGB (Red+Green+Blue) = 90+9+78=177 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.85% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 78 (30.86% from 255 or 44.07% from 177); Max value from RGB is 90 - color contains mainly: red. Hex color #5A094E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A094E is #A5F6B1. Grayscale: #282828. Windows color (decimal): -10876594 or 5114202. OLE color: 5114202.

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

Color convert

RGB90978-
CMYK00.90.130.65
HSL308.89º81.82%19.41%-
HSV(B)308.89º90%35.29%-
XYZ5.692.927.47-
YUV41.08148.84162.89-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 50.85%
GREEN value IS 9 (3.91% from 255) = 5.08%
BLUE value IS 78 (30.86% from 255) = 44.07%
R=50.85%
G=5.08%
B=44.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9097800.90.130.65308.8981.8219.41
Hex5A94E05AD411355213
Octal1321111601321510146512223
Binary1011010100110011100101101011011000001100110101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A094E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,9,78); }

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

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

 a { background-color: rgb(90,9,78); }

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

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

 span { border-color: rgb(90,9,78); }

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