Html Css Color HEX #5E054C Tyrian Purple

📋 copy color: '#5E054C'

red 94 ◦ green 5 ◦ blue 76

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

Shades of Tyrian Purple #5E054C

Tints of Tyrian Purple #5E054C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.86%

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

R = 53.71%
G = 2.86%
B = 43.43%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.63

RGB Variations

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

Color information

#5E054C (or 0x5E054C) is known color: Tyrian Purple. HEX triplet: 5E, 05 and 4C. RGB value is (94,5,76). Sum of RGB (Red+Green+Blue) = 94+5+76=175 (23% of max value = 765). Red value is 94 (37.11% from 255 or 53.71% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 76 (30.08% from 255 or 43.43% from 175); Max value from RGB is 94 - color contains mainly: red. Hex color #5E054C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E054C is #A1FAB3. Grayscale: #272727. Windows color (decimal): -10615476 or 4982110. OLE color: 4982110.

HSL color Cylindrical-coordinate representation of color #5E054C: hue angle of 312.13º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E054C is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 5 76 -
CMYK 0 0.95 0.19 0.63
HSL 312.13º 0.9% 0.19% -
HSV(B) 312.13º 0.95% 0.37% -
XYZ 5.97 3.01 7.1 -
YUV 39.71 148.49 166.73 -
System Red Green Blue C M Y K H S L
Decimal 94 5 76 0 0.95 0.19 0.63 312.13 0.9 0.19
Hex 5E 5 4C 0 5F 13 3F 138 5A 13
Octal 136 5 114 0 137 23 77 470 132 23
Binary 1011110 101 1001100 0 1011111 10011 111111 100111000 1011010 10011

Color Harmonies of #5E054C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E054C

Black with #5E054C

Text Example


Text Example

White with #5E054C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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