Html Css Color HEX #5A0551 Tyrian Purple

📋 copy color: '#5A0551'

red 90 ◦ green 5 ◦ blue 81

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

Shades of Tyrian Purple #5A0551

Tints of Tyrian Purple #5A0551

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.84%

 BLUE value IS 81 (32.03% from 255) = 46.02%

R = 51.14%
G = 2.84%
B = 46.02%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.1

 K value IS 0.65

RGB Variations

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

Color information

#5A0551 (or 0x5A0551) is known color: Tyrian Purple. HEX triplet: 5A, 05 and 51. RGB value is (90,5,81). Sum of RGB (Red+Green+Blue) = 90+5+81=176 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.14% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 81 (32.03% from 255 or 46.02% from 176); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0551 is #A5FAAE. Grayscale: #262626. Windows color (decimal): -10877615 or 5309786. OLE color: 5309786.

HSL color Cylindrical-coordinate representation of color #5A0551: hue angle of 306.35º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A0551 is Cyan = 0, Magento = 0.94, Yellow = 0.1 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 5 81 -
CMYK 0 0.94 0.1 0.65
HSL 306.35º 0.89% 0.19% -
HSV(B) 306.35º 0.94% 0.35% -
XYZ 5.76 2.88 8.04 -
YUV 39.08 151.66 164.32 -
System Red Green Blue C M Y K H S L
Decimal 90 5 81 0 0.94 0.1 0.65 306.35 0.89 0.19
Hex 5A 5 51 0 5E A 41 132 59 13
Octal 132 5 121 0 136 12 101 462 131 23
Binary 1011010 101 1010001 0 1011110 1010 1000001 100110010 1011001 10011

Color Harmonies of #5A0551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0551

Black with #5A0551

Text Example


Text Example

White with #5A0551

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,5,81); }

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

background-color css

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

 a { background-color: rgb(90,5,81); }

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

border-color css

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

 span { border-color: rgb(90,5,81); }

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