Html Css Color HEX #5A094A Tyrian Purple

📋 copy color: '#5A094A'

red 90 ◦ green 9 ◦ blue 74

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

Shades of Tyrian Purple #5A094A

Tints of Tyrian Purple #5A094A

RGB

 RED value IS 90 (35.55% from 255) = 52.02%

 GREEN value IS 9 (3.91% from 255) = 5.2%

 BLUE value IS 74 (29.3% from 255) = 42.77%

R = 52.02%
G = 5.2%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#5A094A (or 0x5A094A) is known color: Tyrian Purple. HEX triplet: 5A, 09 and 4A. RGB value is (90,9,74). Sum of RGB (Red+Green+Blue) = 90+9+74=173 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.02% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 90 - color contains mainly: red. Hex color #5A094A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A094A is #A5F6B5. Grayscale: #282828. Windows color (decimal): -10876598 or 4852058. OLE color: 4852058.

HSL color Cylindrical-coordinate representation of color #5A094A: hue angle of 311.85º 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 #5A094A is Cyan = 0, Magento = 0.9, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 9 74 -
CMYK 0 0.9 0.18 0.65
HSL 311.85º 0.82% 0.19% -
HSV(B) 311.85º 0.9% 0.35% -
XYZ 5.55 2.86 6.74 -
YUV 40.63 146.84 163.21 -
System Red Green Blue C M Y K H S L
Decimal 90 9 74 0 0.9 0.18 0.65 311.85 0.82 0.19
Hex 5A 9 4A 0 5A 12 41 138 52 13
Octal 132 11 112 0 132 22 101 470 122 23
Binary 1011010 1001 1001010 0 1011010 10010 1000001 100111000 1010010 10011

Color Harmonies of #5A094A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A094A

Black with #5A094A

Text Example


Text Example

White with #5A094A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A094A;
 }
 .AnyTagClassName
 {
   color: #5A094A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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