Html Css Color HEX #5A043F Tyrian Purple

📋 copy color: '#5A043F'

red 90 ◦ green 4 ◦ blue 63

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

Shades of Tyrian Purple #5A043F

Tints of Tyrian Purple #5A043F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 40.13%

R = 57.32%
G = 2.55%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#5A043F (or 0x5A043F) is known color: Tyrian Purple. HEX triplet: 5A, 04 and 3F. RGB value is (90,4,63). Sum of RGB (Red+Green+Blue) = 90+4+63=157 (20% of max value = 765). Red value is 90 (35.55% from 255 or 57.32% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 63 (25% from 255 or 40.13% from 157); Max value from RGB is 90 - color contains mainly: red. Hex color #5A043F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A043F is #A5FBC0. Grayscale: #242424. Windows color (decimal): -10877889 or 4129882. OLE color: 4129882.

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

Color convert

RGB 90 4 63 -
CMYK 0 0.96 0.30 0.65
HSL 318.84º 0.91% 0.18% -
HSV(B) 318.84º 0.96% 0.35% -
XYZ 5.16 2.62 4.94 -
YUV 36.44 142.99 166.2 -
System Red Green Blue C M Y K H S L
Decimal 90 4 63 0 0.96 0.30 0.65 318.84 0.91 0.18
Hex 5A 4 3F 0 60 1E 41 13F 5B 12
Octal 132 4 77 0 140 36 101 477 133 22
Binary 1011010 100 111111 0 1100000 11110 1000001 100111111 1011011 10010

Color Harmonies of #5A043F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A043F

Black with #5A043F

Text Example


Text Example

White with #5A043F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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