Html Css Color HEX #5B013F Tyrian Purple

📋 copy color: '#5B013F'

red 91 ◦ green 1 ◦ blue 63

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

Shades of Tyrian Purple #5B013F

Tints of Tyrian Purple #5B013F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 40.65%

R = 58.71%
G = 0.65%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.64

RGB Variations

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

Color information

#5B013F (or 0x5B013F) is known color: Tyrian Purple. HEX triplet: 5B, 01 and 3F. RGB value is (91,1,63). Sum of RGB (Red+Green+Blue) = 91+1+63=155 (20% of max value = 765). Red value is 91 (35.94% from 255 or 58.71% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 63 (25% from 255 or 40.65% from 155); Max value from RGB is 91 - color contains mainly: red. Hex color #5B013F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B013F is #A4FEC0. Grayscale: #222222. Windows color (decimal): -10813121 or 4129115. OLE color: 4129115.

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

Color convert

RGB 91 1 63 -
CMYK 0 0.99 0.31 0.64
HSL 318.67º 0.98% 0.18% -
HSV(B) 318.67º 0.99% 0.36% -
XYZ 5.22 2.6 4.93 -
YUV 34.98 143.82 167.96 -
System Red Green Blue C M Y K H S L
Decimal 91 1 63 0 0.99 0.31 0.64 318.67 0.98 0.18
Hex 5B 1 3F 0 63 1F 40 13F 62 12
Octal 133 1 77 0 143 37 100 477 142 22
Binary 1011011 1 111111 0 1100011 11111 1000000 100111111 1100010 10010

Color Harmonies of #5B013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B013F

Black with #5B013F

Text Example


Text Example

White with #5B013F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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