Html Css Color HEX #5E084B Tyrian Purple

📋 copy color: '#5E084B'

red 94 ◦ green 8 ◦ blue 75

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

Shades of Tyrian Purple #5E084B

Tints of Tyrian Purple #5E084B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 42.37%

R = 53.11%
G = 4.52%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.20

 K value IS 0.63

RGB Variations

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

Color information

#5E084B (or 0x5E084B) is known color: Tyrian Purple. HEX triplet: 5E, 08 and 4B. RGB value is (94,8,75). Sum of RGB (Red+Green+Blue) = 94+8+75=177 (23% of max value = 765). Red value is 94 (37.11% from 255 or 53.11% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 75 (29.69% from 255 or 42.37% from 177); Max value from RGB is 94 - color contains mainly: red. Hex color #5E084B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E084B is #A1F7B4. Grayscale: #292929. Windows color (decimal): -10614709 or 4917342. OLE color: 4917342.

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

Color convert

RGB 94 8 75 -
CMYK 0 0.91 0.20 0.63
HSL 313.26º 0.84% 0.2% -
HSV(B) 313.26º 0.91% 0.37% -
XYZ 5.97 3.06 6.93 -
YUV 41.35 146.99 165.55 -
System Red Green Blue C M Y K H S L
Decimal 94 8 75 0 0.91 0.20 0.63 313.26 0.84 0.2
Hex 5E 8 4B 0 5B 14 3F 139 54 14
Octal 136 10 113 0 133 24 77 471 124 24
Binary 1011110 1000 1001011 0 1011011 10100 111111 100111001 1010100 10100

Color Harmonies of #5E084B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E084B

Black with #5E084B

Text Example


Text Example

White with #5E084B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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