Html Css Color HEX #5E082F Tyrian Purple

📋 copy color: '#5E082F'

red 94 ◦ green 8 ◦ blue 47

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

Shades of Tyrian Purple #5E082F

Tints of Tyrian Purple #5E082F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 31.54%

R = 63.09%
G = 5.37%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.5

 K value IS 0.63

RGB Variations

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

Color information

#5E082F (or 0x5E082F) is known color: Tyrian Purple. HEX triplet: 5E, 08 and 2F. RGB value is (94,8,47). Sum of RGB (Red+Green+Blue) = 94+8+47=149 (19% of max value = 765). Red value is 94 (37.11% from 255 or 63.09% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 47 (18.75% from 255 or 31.54% from 149); Max value from RGB is 94 - color contains mainly: red. Hex color #5E082F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E082F is #A1F7D0. Grayscale: #262626. Windows color (decimal): -10614737 or 3082334. OLE color: 3082334.

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

Color convert

RGB 94 8 47 -
CMYK 0 0.91 0.5 0.63
HSL 332.79º 0.84% 0.2% -
HSV(B) 332.79º 0.91% 0.37% -
XYZ 5.22 2.76 2.95 -
YUV 38.16 132.99 167.83 -
System Red Green Blue C M Y K H S L
Decimal 94 8 47 0 0.91 0.5 0.63 332.79 0.84 0.2
Hex 5E 8 2F 0 5B 32 3F 14D 54 14
Octal 136 10 57 0 133 62 77 515 124 24
Binary 1011110 1000 101111 0 1011011 110010 111111 101001101 1010100 10100

Color Harmonies of #5E082F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E082F

Black with #5E082F

Text Example


Text Example

White with #5E082F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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