Html Css Color HEX #5B013E Tyrian Purple

📋 copy color: '#5B013E'

red 91 ◦ green 1 ◦ blue 62

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

Shades of Tyrian Purple #5B013E

Tints of Tyrian Purple #5B013E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

 BLUE value IS 62 (24.61% from 255) = 40.26%

R = 59.09%
G = 0.65%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.64

RGB Variations

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

Color information

#5B013E (or 0x5B013E) is known color: Tyrian Purple. HEX triplet: 5B, 01 and 3E. RGB value is (91,1,62). Sum of RGB (Red+Green+Blue) = 91+1+62=154 (20% of max value = 765). Red value is 91 (35.94% from 255 or 59.09% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 62 (24.61% from 255 or 40.26% from 154); Max value from RGB is 91 - color contains mainly: red. Hex color #5B013E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B013E is #A4FEC1. Grayscale: #222222. Windows color (decimal): -10813122 or 4063579. OLE color: 4063579.

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

Color convert

RGB 91 1 62 -
CMYK 0 0.99 0.32 0.64
HSL 319.33º 0.98% 0.18% -
HSV(B) 319.33º 0.99% 0.36% -
XYZ 5.19 2.59 4.78 -
YUV 34.86 143.32 168.04 -
System Red Green Blue C M Y K H S L
Decimal 91 1 62 0 0.99 0.32 0.64 319.33 0.98 0.18
Hex 5B 1 3E 0 63 20 40 13F 62 12
Octal 133 1 76 0 143 40 100 477 142 22
Binary 1011011 1 111110 0 1100011 100000 1000000 100111111 1100010 10010

Color Harmonies of #5B013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B013E

Black with #5B013E

Text Example


Text Example

White with #5B013E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,1,62); }

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

background-color css

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

 a { background-color: rgb(91,1,62); }

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

border-color css

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

 span { border-color: rgb(91,1,62); }

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