Html Css Color HEX #5E074F Tyrian Purple

📋 copy color: '#5E074F'

red 94 ◦ green 7 ◦ blue 79

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

Shades of Tyrian Purple #5E074F

Tints of Tyrian Purple #5E074F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.89%

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

R = 52.22%
G = 3.89%
B = 43.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.63

RGB Variations

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

Color information

#5E074F (or 0x5E074F) is known color: Tyrian Purple. HEX triplet: 5E, 07 and 4F. RGB value is (94,7,79). Sum of RGB (Red+Green+Blue) = 94+7+79=180 (23% of max value = 765). Red value is 94 (37.11% from 255 or 52.22% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 79 (31.25% from 255 or 43.89% from 180); Max value from RGB is 94 - color contains mainly: red. Hex color #5E074F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E074F is #A1F8B0. Grayscale: #292929. Windows color (decimal): -10614961 or 5179230. OLE color: 5179230.

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

Color convert

RGB 94 7 79 -
CMYK 0 0.93 0.16 0.63
HSL 310.34º 0.86% 0.2% -
HSV(B) 310.34º 0.93% 0.37% -
XYZ 6.1 3.1 7.67 -
YUV 41.22 149.32 165.65 -
System Red Green Blue C M Y K H S L
Decimal 94 7 79 0 0.93 0.16 0.63 310.34 0.86 0.2
Hex 5E 7 4F 0 5D 10 3F 136 56 14
Octal 136 7 117 0 135 20 77 466 126 24
Binary 1011110 111 1001111 0 1011101 10000 111111 100110110 1010110 10100

Color Harmonies of #5E074F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E074F

Black with #5E074F

Text Example


Text Example

White with #5E074F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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