Html Css Color HEX #5A0156 Tyrian Purple

📋 copy color: '#5A0156'

red 90 ◦ green 1 ◦ blue 86

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

Shades of Tyrian Purple #5A0156

Tints of Tyrian Purple #5A0156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 48.59%

R = 50.85%
G = 0.56%
B = 48.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#5A0156 (or 0x5A0156) is known color: Tyrian Purple. HEX triplet: 5A, 01 and 56. RGB value is (90,1,86). Sum of RGB (Red+Green+Blue) = 90+1+86=177 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.85% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 86 (33.98% from 255 or 48.59% from 177); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0156 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0156 is #A5FEA9. Grayscale: #252525. Windows color (decimal): -10878634 or 5636442. OLE color: 5636442.

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

Color convert

RGB 90 1 86 -
CMYK 0 0.99 0.04 0.65
HSL 302.7º 0.98% 0.18% -
HSV(B) 302.7º 0.99% 0.35% -
XYZ 5.91 2.87 9.05 -
YUV 37.3 155.49 165.59 -
System Red Green Blue C M Y K H S L
Decimal 90 1 86 0 0.99 0.04 0.65 302.7 0.98 0.18
Hex 5A 1 56 0 63 4 41 12F 62 12
Octal 132 1 126 0 143 4 101 457 142 22
Binary 1011010 1 1010110 0 1100011 100 1000001 100101111 1100010 10010

Color Harmonies of #5A0156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0156

Black with #5A0156

Text Example


Text Example

White with #5A0156

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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