Html Css Color HEX #5A0151 Tyrian Purple

📋 copy color: '#5A0151'

red 90 ◦ green 1 ◦ blue 81

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

Shades of Tyrian Purple #5A0151

Tints of Tyrian Purple #5A0151

RGB

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

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

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

R = 52.33%
G = 0.58%
B = 47.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.1

 K value IS 0.65

RGB Variations

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

Color information

#5A0151 (or 0x5A0151) is known color: Tyrian Purple. HEX triplet: 5A, 01 and 51. RGB value is (90,1,81). Sum of RGB (Red+Green+Blue) = 90+1+81=172 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.33% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 81 (32.03% from 255 or 47.09% from 172); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0151 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0151 is #A5FEAE. Grayscale: #242424. Windows color (decimal): -10878639 or 5308762. OLE color: 5308762.

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

Color convert

RGB 90 1 81 -
CMYK 0 0.99 0.1 0.65
HSL 306.07º 0.98% 0.18% -
HSV(B) 306.07º 0.99% 0.35% -
XYZ 5.71 2.79 8.02 -
YUV 36.73 152.99 166 -
System Red Green Blue C M Y K H S L
Decimal 90 1 81 0 0.99 0.1 0.65 306.07 0.98 0.18
Hex 5A 1 51 0 63 A 41 132 62 12
Octal 132 1 121 0 143 12 101 462 142 22
Binary 1011010 1 1010001 0 1100011 1010 1000001 100110010 1100010 10010

Color Harmonies of #5A0151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0151

Black with #5A0151

Text Example


Text Example

White with #5A0151

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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