Html Css Color HEX #5A014E Tyrian Purple

📋 copy color: '#5A014E'

red 90 ◦ green 1 ◦ blue 78

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

Shades of Tyrian Purple #5A014E

Tints of Tyrian Purple #5A014E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 46.15%

R = 53.25%
G = 0.59%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#5A014E (or 0x5A014E) is known color: Tyrian Purple. HEX triplet: 5A, 01 and 4E. RGB value is (90,1,78). Sum of RGB (Red+Green+Blue) = 90+1+78=169 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.25% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 78 (30.86% from 255 or 46.15% from 169); Max value from RGB is 90 - color contains mainly: red. Hex color #5A014E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A014E is #A5FEB1. Grayscale: #242424. Windows color (decimal): -10878642 or 5112154. OLE color: 5112154.

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

Color convert

RGB 90 1 78 -
CMYK 0 0.99 0.13 0.65
HSL 308.09º 0.98% 0.18% -
HSV(B) 308.09º 0.99% 0.35% -
XYZ 5.6 2.75 7.44 -
YUV 36.39 151.49 166.24 -
System Red Green Blue C M Y K H S L
Decimal 90 1 78 0 0.99 0.13 0.65 308.09 0.98 0.18
Hex 5A 1 4E 0 63 D 41 134 62 12
Octal 132 1 116 0 143 15 101 464 142 22
Binary 1011010 1 1001110 0 1100011 1101 1000001 100110100 1100010 10010

Color Harmonies of #5A014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A014E

Black with #5A014E

Text Example


Text Example

White with #5A014E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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