Html Css Color HEX #5A0145 Tyrian Purple

📋 copy color: '#5A0145'

red 90 ◦ green 1 ◦ blue 69

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

Shades of Tyrian Purple #5A0145

Tints of Tyrian Purple #5A0145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 43.13%

R = 56.25%
G = 0.63%
B = 43.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.65

RGB Variations

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

Color information

#5A0145 (or 0x5A0145) is known color: Tyrian Purple. HEX triplet: 5A, 01 and 45. RGB value is (90,1,69). Sum of RGB (Red+Green+Blue) = 90+1+69=160 (21% of max value = 765). Red value is 90 (35.55% from 255 or 56.25% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 69 (27.34% from 255 or 43.12% from 160); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0145 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0145 is #A5FEBA. Grayscale: #232323. Windows color (decimal): -10878651 or 4522330. OLE color: 4522330.

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

Color convert

RGB 90 1 69 -
CMYK 0 0.99 0.23 0.65
HSL 314.16º 0.98% 0.18% -
HSV(B) 314.16º 0.99% 0.35% -
XYZ 5.3 2.63 5.86 -
YUV 35.36 146.99 166.97 -
System Red Green Blue C M Y K H S L
Decimal 90 1 69 0 0.99 0.23 0.65 314.16 0.98 0.18
Hex 5A 1 45 0 63 17 41 13A 62 12
Octal 132 1 105 0 143 27 101 472 142 22
Binary 1011010 1 1000101 0 1100011 10111 1000001 100111010 1100010 10010

Color Harmonies of #5A0145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0145

Black with #5A0145

Text Example


Text Example

White with #5A0145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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