Html Css Color HEX #5A114C Tyrian Purple

📋 copy color: '#5A114C'

red 90 ◦ green 17 ◦ blue 76

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

Shades of Tyrian Purple #5A114C

Tints of Tyrian Purple #5A114C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.29%

 BLUE value IS 76 (30.08% from 255) = 41.53%

R = 49.18%
G = 9.29%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#5A114C (or 0x5A114C) is known color: Tyrian Purple. HEX triplet: 5A, 11 and 4C. RGB value is (90,17,76). Sum of RGB (Red+Green+Blue) = 90+17+76=183 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.18% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 76 (30.08% from 255 or 41.53% from 183); Max value from RGB is 90 - color contains mainly: red. Hex color #5A114C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A114C is #A5EEB3. Grayscale: #2D2D2D. Windows color (decimal): -10874548 or 4985178. OLE color: 4985178.

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

Color convert

RGB 90 17 76 -
CMYK 0 0.81 0.16 0.65
HSL 311.51º 0.68% 0.21% -
HSV(B) 311.51º 0.81% 0.35% -
XYZ 5.72 3.1 7.13 -
YUV 45.55 145.18 159.7 -
System Red Green Blue C M Y K H S L
Decimal 90 17 76 0 0.81 0.16 0.65 311.51 0.68 0.21
Hex 5A 11 4C 0 51 10 41 138 44 15
Octal 132 21 114 0 121 20 101 470 104 25
Binary 1011010 10001 1001100 0 1010001 10000 1000001 100111000 1000100 10101

Color Harmonies of #5A114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A114C

Black with #5A114C

Text Example


Text Example

White with #5A114C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,17,76); }

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

background-color css

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

 a { background-color: rgb(90,17,76); }

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

border-color css

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

 span { border-color: rgb(90,17,76); }

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