Html Css Color HEX #5E084F Tyrian Purple

📋 copy color: '#5E084F'

red 94 ◦ green 8 ◦ blue 79

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

Shades of Tyrian Purple #5E084F

Tints of Tyrian Purple #5E084F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.42%

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

R = 51.93%
G = 4.42%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.63

RGB Variations

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

Color information

#5E084F (or 0x5E084F) is known color: Tyrian Purple. HEX triplet: 5E, 08 and 4F. RGB value is (94,8,79). Sum of RGB (Red+Green+Blue) = 94+8+79=181 (23% of max value = 765). Red value is 94 (37.11% from 255 or 51.93% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 79 (31.25% from 255 or 43.65% from 181); Max value from RGB is 94 - color contains mainly: red. Hex color #5E084F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E084F is #A1F7B0. Grayscale: #292929. Windows color (decimal): -10614705 or 5179486. OLE color: 5179486.

HSL color Cylindrical-coordinate representation of color #5E084F: hue angle of 310.47º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E084F is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 8 79 -
CMYK 0 0.91 0.16 0.63
HSL 310.47º 0.84% 0.2% -
HSV(B) 310.47º 0.91% 0.37% -
XYZ 6.11 3.12 7.68 -
YUV 41.81 148.99 165.23 -
System Red Green Blue C M Y K H S L
Decimal 94 8 79 0 0.91 0.16 0.63 310.47 0.84 0.2
Hex 5E 8 4F 0 5B 10 3F 136 54 14
Octal 136 10 117 0 133 20 77 466 124 24
Binary 1011110 1000 1001111 0 1011011 10000 111111 100110110 1010100 10100

Color Harmonies of #5E084F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E084F

Black with #5E084F

Text Example


Text Example

White with #5E084F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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