Html Css Color HEX #5B0554 Tyrian Purple

📋 copy color: '#5B0554'

red 91 ◦ green 5 ◦ blue 84

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

Shades of Tyrian Purple #5B0554

Tints of Tyrian Purple #5B0554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 46.67%

R = 50.56%
G = 2.78%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.64

RGB Variations

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

Color information

#5B0554 (or 0x5B0554) is known color: Tyrian Purple. HEX triplet: 5B, 05 and 54. RGB value is (91,5,84). Sum of RGB (Red+Green+Blue) = 91+5+84=180 (23% of max value = 765). Red value is 91 (35.94% from 255 or 50.56% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 84 (33.20% from 255 or 46.67% from 180); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0554 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0554 is #A4FAAB. Grayscale: #272727. Windows color (decimal): -10812076 or 5506395. OLE color: 5506395.

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

Color convert

RGB 91 5 84 -
CMYK 0 0.95 0.08 0.64
HSL 304.88º 0.9% 0.19% -
HSV(B) 304.88º 0.95% 0.36% -
XYZ 5.97 2.97 8.65 -
YUV 39.72 152.99 164.58 -
System Red Green Blue C M Y K H S L
Decimal 91 5 84 0 0.95 0.08 0.64 304.88 0.9 0.19
Hex 5B 5 54 0 5F 8 40 131 5A 13
Octal 133 5 124 0 137 10 100 461 132 23
Binary 1011011 101 1010100 0 1011111 1000 1000000 100110001 1011010 10011

Color Harmonies of #5B0554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0554

Black with #5B0554

Text Example


Text Example

White with #5B0554

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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