Html Css Color HEX #5A094E Tyrian Purple

📋 copy color: '#5A094E'

red 90 ◦ green 9 ◦ blue 78

#5A094E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #5A094E

Tints of Tyrian Purple #5A094E

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 value IS 0

 M value IS 0.9

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#5A094E (or 0x5A094E) is known color: 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

RGB 90 9 78 -
CMYK 0 0.9 0.13 0.65
HSL 308.89º 0.82% 0.19% -
HSV(B) 308.89º 0.9% 0.35% -
XYZ 5.69 2.92 7.47 -
YUV 41.09 148.84 162.89 -
System Red Green Blue C M Y K H S L
Decimal 90 9 78 0 0.9 0.13 0.65 308.89 0.82 0.19
Hex 5A 9 4E 0 5A D 41 135 52 13
Octal 132 11 116 0 132 15 101 465 122 23
Binary 1011010 1001 1001110 0 1011010 1101 1000001 100110101 1010010 10011

Color Harmonies of #5A094E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A094E

Black with #5A094E

Text Example


Text Example

White with #5A094E

Text Example


Text Example

HTML Codes & Css Web 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>