Html Css Color HEX #5E084C Tyrian Purple

📋 copy color: '#5E084C'

red 94 ◦ green 8 ◦ blue 76

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

Shades of Tyrian Purple #5E084C

Tints of Tyrian Purple #5E084C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 42.7%

R = 52.81%
G = 4.49%
B = 42.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.63

RGB Variations

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

Color information

#5E084C (or 0x5E084C) is known color: Tyrian Purple. HEX triplet: 5E, 08 and 4C. RGB value is (94,8,76). Sum of RGB (Red+Green+Blue) = 94+8+76=178 (23% of max value = 765). Red value is 94 (37.11% from 255 or 52.81% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 76 (30.08% from 255 or 42.70% from 178); Max value from RGB is 94 - color contains mainly: red. Hex color #5E084C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E084C is #A1F7B3. Grayscale: #292929. Windows color (decimal): -10614708 or 4982878. OLE color: 4982878.

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

Color convert

RGB 94 8 76 -
CMYK 0 0.91 0.19 0.63
HSL 312.56º 0.84% 0.2% -
HSV(B) 312.56º 0.91% 0.37% -
XYZ 6.01 3.08 7.11 -
YUV 41.47 147.49 165.47 -
System Red Green Blue C M Y K H S L
Decimal 94 8 76 0 0.91 0.19 0.63 312.56 0.84 0.2
Hex 5E 8 4C 0 5B 13 3F 139 54 14
Octal 136 10 114 0 133 23 77 471 124 24
Binary 1011110 1000 1001100 0 1011011 10011 111111 100111001 1010100 10100

Color Harmonies of #5E084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E084C

Black with #5E084C

Text Example


Text Example

White with #5E084C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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