Html Css Color HEX #5B054E Tyrian Purple

📋 copy color: '#5B054E'

red 91 ◦ green 5 ◦ blue 78

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

Shades of Tyrian Purple #5B054E

Tints of Tyrian Purple #5B054E

RGB

 RED value IS 91 (35.94% from 255) = 52.3%

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

 BLUE value IS 78 (30.86% from 255) = 44.83%

R = 52.3%
G = 2.87%
B = 44.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.64

RGB Variations

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

Color information

#5B054E (or 0x5B054E) is known color: Tyrian Purple. HEX triplet: 5B, 05 and 4E. RGB value is (91,5,78). Sum of RGB (Red+Green+Blue) = 91+5+78=174 (23% of max value = 765). Red value is 91 (35.94% from 255 or 52.30% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 78 (30.86% from 255 or 44.83% from 174); Max value from RGB is 91 - color contains mainly: red. Hex color #5B054E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B054E is #A4FAB1. Grayscale: #262626. Windows color (decimal): -10812082 or 5113179. OLE color: 5113179.

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

Color convert

RGB 91 5 78 -
CMYK 0 0.95 0.14 0.64
HSL 309.07º 0.9% 0.19% -
HSV(B) 309.07º 0.95% 0.36% -
XYZ 5.74 2.88 7.46 -
YUV 39.04 149.99 165.06 -
System Red Green Blue C M Y K H S L
Decimal 91 5 78 0 0.95 0.14 0.64 309.07 0.9 0.19
Hex 5B 5 4E 0 5F E 40 135 5A 13
Octal 133 5 116 0 137 16 100 465 132 23
Binary 1011011 101 1001110 0 1011111 1110 1000000 100110101 1011010 10011

Color Harmonies of #5B054E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B054E

Black with #5B054E

Text Example


Text Example

White with #5B054E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,5,78); }

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

background-color css

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

 a { background-color: rgb(91,5,78); }

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

border-color css

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

 span { border-color: rgb(91,5,78); }

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