Html Css Color HEX #5A043B Tyrian Purple

📋 copy color: '#5A043B'

red 90 ◦ green 4 ◦ blue 59

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

Shades of Tyrian Purple #5A043B

Tints of Tyrian Purple #5A043B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.61%

 BLUE value IS 59 (23.44% from 255) = 38.56%

R = 58.82%
G = 2.61%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#5A043B (or 0x5A043B) is known color: Tyrian Purple. HEX triplet: 5A, 04 and 3B. RGB value is (90,4,59). Sum of RGB (Red+Green+Blue) = 90+4+59=153 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.82% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 59 (23.44% from 255 or 38.56% from 153); Max value from RGB is 90 - color contains mainly: red. Hex color #5A043B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A043B is #A5FBC4. Grayscale: #232323. Windows color (decimal): -10877893 or 3867738. OLE color: 3867738.

HSL color Cylindrical-coordinate representation of color #5A043B: hue angle of 321.63º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A043B is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 4 59 -
CMYK 0 0.96 0.34 0.65
HSL 321.63º 0.91% 0.18% -
HSV(B) 321.63º 0.96% 0.35% -
XYZ 5.05 2.58 4.37 -
YUV 35.98 140.99 166.53 -
System Red Green Blue C M Y K H S L
Decimal 90 4 59 0 0.96 0.34 0.65 321.63 0.91 0.18
Hex 5A 4 3B 0 60 22 41 142 5B 12
Octal 132 4 73 0 140 42 101 502 133 22
Binary 1011010 100 111011 0 1100000 100010 1000001 101000010 1011011 10010

Color Harmonies of #5A043B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A043B

Black with #5A043B

Text Example


Text Example

White with #5A043B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,4,59); }

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

background-color css

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

 a { background-color: rgb(90,4,59); }

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

border-color css

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

 span { border-color: rgb(90,4,59); }

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