Html Css Color HEX #5B0055 Tyrian Purple

📋 copy color: '#5B0055'

red 91 ◦ green 0 ◦ blue 85

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

Shades of Tyrian Purple #5B0055

Tints of Tyrian Purple #5B0055

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 85 (33.59% from 255) = 48.3%

R = 51.7%
G = 0%
B = 48.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.64

RGB Variations

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

Color information

#5B0055 (or 0x5B0055) is known color: Tyrian Purple. HEX triplet: 5B, 00 and 55. RGB value is (91,0,85). Sum of RGB (Red+Green+Blue) = 91+0+85=176 (23% of max value = 765). Red value is 91 (35.94% from 255 or 51.70% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 85 (33.59% from 255 or 48.30% from 176); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0055 is #A4FFAA. Grayscale: #242424. Windows color (decimal): -10813355 or 5570651. OLE color: 5570651.

HSL color Cylindrical-coordinate representation of color #5B0055: hue angle of 303.96º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B0055 is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 0 85 -
CMYK 0 1 0.07 0.64
HSL 303.96º 1% 0.18% -
HSV(B) 303.96º 1% 0.36% -
XYZ 5.95 2.88 8.84 -
YUV 36.9 155.15 166.59 -
System Red Green Blue C M Y K H S L
Decimal 91 0 85 0 1 0.07 0.64 303.96 1 0.18
Hex 5B 0 55 0 64 7 40 130 64 12
Octal 133 0 125 0 144 7 100 460 144 22
Binary 1011011 0 1010101 0 1100100 111 1000000 100110000 1100100 10010

Color Harmonies of #5B0055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0055

Black with #5B0055

Text Example


Text Example

White with #5B0055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,0,85); }

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

background-color css

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

 a { background-color: rgb(91,0,85); }

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

border-color css

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

 span { border-color: rgb(91,0,85); }

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