Html Css Color HEX #5A053A Tyrian Purple

📋 copy color: '#5A053A'

red 90 ◦ green 5 ◦ blue 58

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

Shades of Tyrian Purple #5A053A

Tints of Tyrian Purple #5A053A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.27%

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

R = 58.82%
G = 3.27%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.36

 K value IS 0.65

RGB Variations

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

Color information

#5A053A (or 0x5A053A) is known color: Tyrian Purple. HEX triplet: 5A, 05 and 3A. RGB value is (90,5,58). Sum of RGB (Red+Green+Blue) = 90+5+58=153 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.82% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 58 (23.05% from 255 or 37.91% from 153); Max value from RGB is 90 - color contains mainly: red. Hex color #5A053A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A053A is #A5FAC5. Grayscale: #242424. Windows color (decimal): -10877638 or 3802458. OLE color: 3802458.

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

Color convert

RGB 90 5 58 -
CMYK 0 0.94 0.36 0.65
HSL 322.59º 0.89% 0.19% -
HSV(B) 322.59º 0.94% 0.35% -
XYZ 5.03 2.59 4.24 -
YUV 36.46 140.16 166.19 -
System Red Green Blue C M Y K H S L
Decimal 90 5 58 0 0.94 0.36 0.65 322.59 0.89 0.19
Hex 5A 5 3A 0 5E 24 41 143 59 13
Octal 132 5 72 0 136 44 101 503 131 23
Binary 1011010 101 111010 0 1011110 100100 1000001 101000011 1011001 10011

Color Harmonies of #5A053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A053A

Black with #5A053A

Text Example


Text Example

White with #5A053A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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