Html Css Color HEX #5A093A Tyrian Purple

📋 copy color: '#5A093A'

red 90 ◦ green 9 ◦ blue 58

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

Shades of Tyrian Purple #5A093A

Tints of Tyrian Purple #5A093A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 36.94%

R = 57.32%
G = 5.73%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.36

 K value IS 0.65

RGB Variations

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

Color information

#5A093A (or 0x5A093A) is known color: Tyrian Purple. HEX triplet: 5A, 09 and 3A. RGB value is (90,9,58). Sum of RGB (Red+Green+Blue) = 90+9+58=157 (20% of max value = 765). Red value is 90 (35.55% from 255 or 57.32% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 58 (23.05% from 255 or 36.94% from 157); Max value from RGB is 90 - color contains mainly: red. Hex color #5A093A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A093A is #A5F6C5. Grayscale: #262626. Windows color (decimal): -10876614 or 3803482. OLE color: 3803482.

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

Color convert

RGB 90 9 58 -
CMYK 0 0.9 0.36 0.65
HSL 323.7º 0.82% 0.19% -
HSV(B) 323.7º 0.9% 0.35% -
XYZ 5.08 2.67 4.25 -
YUV 38.81 138.84 164.52 -
System Red Green Blue C M Y K H S L
Decimal 90 9 58 0 0.9 0.36 0.65 323.7 0.82 0.19
Hex 5A 9 3A 0 5A 24 41 144 52 13
Octal 132 11 72 0 132 44 101 504 122 23
Binary 1011010 1001 111010 0 1011010 100100 1000001 101000100 1010010 10011

Color Harmonies of #5A093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A093A

Black with #5A093A

Text Example


Text Example

White with #5A093A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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