Html Css Color HEX #5A0538 Tyrian Purple

📋 copy color: '#5A0538'

red 90 ◦ green 5 ◦ blue 56

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

Shades of Tyrian Purple #5A0538

Tints of Tyrian Purple #5A0538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 37.09%

R = 59.6%
G = 3.31%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.38

 K value IS 0.65

RGB Variations

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

Color information

#5A0538 (or 0x5A0538) is known color: Tyrian Purple. HEX triplet: 5A, 05 and 38. RGB value is (90,5,56). Sum of RGB (Red+Green+Blue) = 90+5+56=151 (20% of max value = 765). Red value is 90 (35.55% from 255 or 59.60% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 56 (22.27% from 255 or 37.09% from 151); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0538 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0538 is #A5FAC7. Grayscale: #242424. Windows color (decimal): -10877640 or 3671386. OLE color: 3671386.

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

Color convert

RGB 90 5 56 -
CMYK 0 0.94 0.38 0.65
HSL 324º 0.89% 0.19% -
HSV(B) 324º 0.94% 0.35% -
XYZ 4.98 2.57 3.97 -
YUV 36.23 139.16 166.35 -
System Red Green Blue C M Y K H S L
Decimal 90 5 56 0 0.94 0.38 0.65 324 0.89 0.19
Hex 5A 5 38 0 5E 26 41 144 59 13
Octal 132 5 70 0 136 46 101 504 131 23
Binary 1011010 101 111000 0 1011110 100110 1000001 101000100 1011001 10011

Color Harmonies of #5A0538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0538

Black with #5A0538

Text Example


Text Example

White with #5A0538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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