Html Css Color HEX #5E0951 Tyrian Purple

📋 copy color: '#5E0951'

red 94 ◦ green 9 ◦ blue 81

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

Shades of Tyrian Purple #5E0951

Tints of Tyrian Purple #5E0951

RGB

 RED value IS 94 (37.11% from 255) = 51.09%

 GREEN value IS 9 (3.91% from 255) = 4.89%

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

R = 51.09%
G = 4.89%
B = 44.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.63

RGB Variations

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

Color information

#5E0951 (or 0x5E0951) is known color: Tyrian Purple. HEX triplet: 5E, 09 and 51. RGB value is (94,9,81). Sum of RGB (Red+Green+Blue) = 94+9+81=184 (24% of max value = 765). Red value is 94 (37.11% from 255 or 51.09% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 81 (32.03% from 255 or 44.02% from 184); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0951 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0951 is #A1F6AE. Grayscale: #2A2A2A. Windows color (decimal): -10614447 or 5310814. OLE color: 5310814.

HSL color Cylindrical-coordinate representation of color #5E0951: hue angle of 309.18º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E0951 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 9 81 -
CMYK 0 0.90 0.14 0.63
HSL 309.18º 0.83% 0.2% -
HSV(B) 309.18º 0.9% 0.37% -
XYZ 6.2 3.17 8.07 -
YUV 42.62 149.66 164.65 -
System Red Green Blue C M Y K H S L
Decimal 94 9 81 0 0.90 0.14 0.63 309.18 0.83 0.2
Hex 5E 9 51 0 5A E 3F 135 53 14
Octal 136 11 121 0 132 16 77 465 123 24
Binary 1011110 1001 1010001 0 1011010 1110 111111 100110101 1010011 10100

Color Harmonies of #5E0951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0951

Black with #5E0951

Text Example


Text Example

White with #5E0951

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,9,81); }

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

background-color css

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

 a { background-color: rgb(94,9,81); }

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

border-color css

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

 span { border-color: rgb(94,9,81); }

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