Html Css Color HEX #5A014A Tyrian Purple

📋 copy color: '#5A014A'

red 90 ◦ green 1 ◦ blue 74

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

Shades of Tyrian Purple #5A014A

Tints of Tyrian Purple #5A014A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

 BLUE value IS 74 (29.3% from 255) = 44.85%

R = 54.55%
G = 0.61%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#5A014A (or 0x5A014A) is known color: Tyrian Purple. HEX triplet: 5A, 01 and 4A. RGB value is (90,1,74). Sum of RGB (Red+Green+Blue) = 90+1+74=165 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.55% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 74 (29.30% from 255 or 44.85% from 165); Max value from RGB is 90 - color contains mainly: red. Hex color #5A014A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A014A is #A5FEB5. Grayscale: #232323. Windows color (decimal): -10878646 or 4850010. OLE color: 4850010.

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

Color convert

RGB 90 1 74 -
CMYK 0 0.99 0.18 0.65
HSL 310.79º 0.98% 0.18% -
HSV(B) 310.79º 0.99% 0.35% -
XYZ 5.46 2.69 6.71 -
YUV 35.93 149.49 166.56 -
System Red Green Blue C M Y K H S L
Decimal 90 1 74 0 0.99 0.18 0.65 310.79 0.98 0.18
Hex 5A 1 4A 0 63 12 41 137 62 12
Octal 132 1 112 0 143 22 101 467 142 22
Binary 1011010 1 1001010 0 1100011 10010 1000001 100110111 1100010 10010

Color Harmonies of #5A014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A014A

Black with #5A014A

Text Example


Text Example

White with #5A014A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,1,74); }

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

background-color css

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

 a { background-color: rgb(90,1,74); }

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

border-color css

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

 span { border-color: rgb(90,1,74); }

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