Html Css Color HEX #5A0437 Tyrian Purple

📋 copy color: '#5A0437'

red 90 ◦ green 4 ◦ blue 55

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

Shades of Tyrian Purple #5A0437

Tints of Tyrian Purple #5A0437

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 36.91%

R = 60.4%
G = 2.68%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.65

RGB Variations

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

Color information

#5A0437 (or 0x5A0437) is known color: Tyrian Purple. HEX triplet: 5A, 04 and 37. RGB value is (90,4,55). Sum of RGB (Red+Green+Blue) = 90+4+55=149 (19% of max value = 765). Red value is 90 (35.55% from 255 or 60.40% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 55 (21.88% from 255 or 36.91% from 149); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0437 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0437 is #A5FBC8. Grayscale: #232323. Windows color (decimal): -10877897 or 3605594. OLE color: 3605594.

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

Color convert

RGB 90 4 55 -
CMYK 0 0.96 0.39 0.65
HSL 324.42º 0.91% 0.18% -
HSV(B) 324.42º 0.96% 0.35% -
XYZ 4.95 2.54 3.84 -
YUV 35.53 138.99 166.85 -
System Red Green Blue C M Y K H S L
Decimal 90 4 55 0 0.96 0.39 0.65 324.42 0.91 0.18
Hex 5A 4 37 0 60 27 41 144 5B 12
Octal 132 4 67 0 140 47 101 504 133 22
Binary 1011010 100 110111 0 1100000 100111 1000001 101000100 1011011 10010

Color Harmonies of #5A0437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0437

Black with #5A0437

Text Example


Text Example

White with #5A0437

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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