Html Css Color HEX #5B094E Tyrian Purple

📋 copy color: '#5B094E'

red 91 ◦ green 9 ◦ blue 78

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

Shades of Tyrian Purple #5B094E

Tints of Tyrian Purple #5B094E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.06%

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

R = 51.12%
G = 5.06%
B = 43.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.64

RGB Variations

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

Color information

#5B094E (or 0x5B094E) is known color: Tyrian Purple. HEX triplet: 5B, 09 and 4E. RGB value is (91,9,78). Sum of RGB (Red+Green+Blue) = 91+9+78=178 (23% of max value = 765). Red value is 91 (35.94% from 255 or 51.12% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 78 (30.86% from 255 or 43.82% from 178); Max value from RGB is 91 - color contains mainly: red. Hex color #5B094E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B094E is #A4F6B1. Grayscale: #292929. Windows color (decimal): -10811058 or 5114203. OLE color: 5114203.

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

Color convert

RGB 91 9 78 -
CMYK 0 0.90 0.14 0.64
HSL 309.51º 0.82% 0.2% -
HSV(B) 309.51º 0.9% 0.36% -
XYZ 5.79 2.97 7.48 -
YUV 41.38 148.67 163.39 -
System Red Green Blue C M Y K H S L
Decimal 91 9 78 0 0.90 0.14 0.64 309.51 0.82 0.2
Hex 5B 9 4E 0 5A E 40 136 52 14
Octal 133 11 116 0 132 16 100 466 122 24
Binary 1011011 1001 1001110 0 1011010 1110 1000000 100110110 1010010 10100

Color Harmonies of #5B094E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B094E

Black with #5B094E

Text Example


Text Example

White with #5B094E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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