Html Css Color HEX #5A133E Tyrian Purple

📋 copy color: '#5A133E'

red 90 ◦ green 19 ◦ blue 62

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

Shades of Tyrian Purple #5A133E

Tints of Tyrian Purple #5A133E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.11%

 BLUE value IS 62 (24.61% from 255) = 36.26%

R = 52.63%
G = 11.11%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#5A133E (or 0x5A133E) is known color: Tyrian Purple. HEX triplet: 5A, 13 and 3E. RGB value is (90,19,62). Sum of RGB (Red+Green+Blue) = 90+19+62=171 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.63% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 62 (24.61% from 255 or 36.26% from 171); Max value from RGB is 90 - color contains mainly: red. Hex color #5A133E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A133E is #A5ECC1. Grayscale: #2D2D2D. Windows color (decimal): -10874050 or 4068186. OLE color: 4068186.

HSL color Cylindrical-coordinate representation of color #5A133E: hue angle of 323.66º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5A133E is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 19 62 -
CMYK 0 0.79 0.31 0.65
HSL 323.66º 0.65% 0.21% -
HSV(B) 323.66º 0.79% 0.35% -
XYZ 5.32 2.99 4.85 -
YUV 45.13 137.52 160 -
System Red Green Blue C M Y K H S L
Decimal 90 19 62 0 0.79 0.31 0.65 323.66 0.65 0.21
Hex 5A 13 3E 0 4F 1F 41 144 41 15
Octal 132 23 76 0 117 37 101 504 101 25
Binary 1011010 10011 111110 0 1001111 11111 1000001 101000100 1000001 10101

Color Harmonies of #5A133E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A133E

Black with #5A133E

Text Example


Text Example

White with #5A133E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,19,62); }

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

background-color css

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

 a { background-color: rgb(90,19,62); }

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

border-color css

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

 span { border-color: rgb(90,19,62); }

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