Html Css Color HEX #5E054B Tyrian Purple

📋 copy color: '#5E054B'

red 94 ◦ green 5 ◦ blue 75

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

Shades of Tyrian Purple #5E054B

Tints of Tyrian Purple #5E054B

RGB

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

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

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

R = 54.02%
G = 2.87%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.63

RGB Variations

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

Color information

#5E054B (or 0x5E054B) is known color: Tyrian Purple. HEX triplet: 5E, 05 and 4B. RGB value is (94,5,75). Sum of RGB (Red+Green+Blue) = 94+5+75=174 (23% of max value = 765). Red value is 94 (37.11% from 255 or 54.02% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 75 (29.69% from 255 or 43.10% from 174); Max value from RGB is 94 - color contains mainly: red. Hex color #5E054B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E054B is #A1FAB4. Grayscale: #272727. Windows color (decimal): -10615477 or 4916574. OLE color: 4916574.

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

Color convert

RGB 94 5 75 -
CMYK 0 0.95 0.20 0.63
HSL 312.81º 0.9% 0.19% -
HSV(B) 312.81º 0.95% 0.37% -
XYZ 5.94 3 6.92 -
YUV 39.59 147.99 166.81 -
System Red Green Blue C M Y K H S L
Decimal 94 5 75 0 0.95 0.20 0.63 312.81 0.9 0.19
Hex 5E 5 4B 0 5F 14 3F 139 5A 13
Octal 136 5 113 0 137 24 77 471 132 23
Binary 1011110 101 1001011 0 1011111 10100 111111 100111001 1011010 10011

Color Harmonies of #5E054B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E054B

Black with #5E054B

Text Example


Text Example

White with #5E054B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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