Html Css Color HEX #5E094F Tyrian Purple

📋 copy color: '#5E094F'

red 94 ◦ green 9 ◦ blue 79

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

Shades of Tyrian Purple #5E094F

Tints of Tyrian Purple #5E094F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 43.41%

R = 51.65%
G = 4.95%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.63

RGB Variations

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

Color information

#5E094F (or 0x5E094F) is known color: Tyrian Purple. HEX triplet: 5E, 09 and 4F. RGB value is (94,9,79). Sum of RGB (Red+Green+Blue) = 94+9+79=182 (24% of max value = 765). Red value is 94 (37.11% from 255 or 51.65% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 79 (31.25% from 255 or 43.41% from 182); Max value from RGB is 94 - color contains mainly: red. Hex color #5E094F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E094F is #A1F6B0. Grayscale: #2A2A2A. Windows color (decimal): -10614449 or 5179742. OLE color: 5179742.

HSL color Cylindrical-coordinate representation of color #5E094F: hue angle of 310.59º 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 #5E094F is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 9 79 -
CMYK 0 0.90 0.16 0.63
HSL 310.59º 0.83% 0.2% -
HSV(B) 310.59º 0.9% 0.37% -
XYZ 6.13 3.14 7.68 -
YUV 42.4 148.66 164.81 -
System Red Green Blue C M Y K H S L
Decimal 94 9 79 0 0.90 0.16 0.63 310.59 0.83 0.2
Hex 5E 9 4F 0 5A 10 3F 137 53 14
Octal 136 11 117 0 132 20 77 467 123 24
Binary 1011110 1001 1001111 0 1011010 10000 111111 100110111 1010011 10100

Color Harmonies of #5E094F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E094F

Black with #5E094F

Text Example


Text Example

White with #5E094F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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