Html Css Color HEX #5A094B Tyrian Purple

📋 copy color: '#5A094B'

red 90 ◦ green 9 ◦ blue 75

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

Shades of Tyrian Purple #5A094B

Tints of Tyrian Purple #5A094B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 43.1%

R = 51.72%
G = 5.17%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#5A094B (or 0x5A094B) is known color: Tyrian Purple. HEX triplet: 5A, 09 and 4B. RGB value is (90,9,75). Sum of RGB (Red+Green+Blue) = 90+9+75=174 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.72% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 75 (29.69% from 255 or 43.10% from 174); Max value from RGB is 90 - color contains mainly: red. Hex color #5A094B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A094B is #A5F6B4. Grayscale: #282828. Windows color (decimal): -10876597 or 4917594. OLE color: 4917594.

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

Color convert

RGB 90 9 75 -
CMYK 0 0.9 0.17 0.65
HSL 311.11º 0.82% 0.19% -
HSV(B) 311.11º 0.9% 0.35% -
XYZ 5.58 2.88 6.92 -
YUV 40.74 147.34 163.13 -
System Red Green Blue C M Y K H S L
Decimal 90 9 75 0 0.9 0.17 0.65 311.11 0.82 0.19
Hex 5A 9 4B 0 5A 11 41 137 52 13
Octal 132 11 113 0 132 21 101 467 122 23
Binary 1011010 1001 1001011 0 1011010 10001 1000001 100110111 1010010 10011

Color Harmonies of #5A094B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A094B

Black with #5A094B

Text Example


Text Example

White with #5A094B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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