#5B014F

Color #5B014F Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #5B014F

Tints of Tyrian Purple #5B014F

Color information

#5B014F (or 0x5B014F) is unknown color: approx Tyrian Purple. HEX triplet: 5B, 01 and 4F. RGB value is (91,1,79). Sum of RGB (Red+Green+Blue) = 91+1+79=171 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.22% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 79 (31.25% from 255 or 46.20% from 171); Max value from RGB is 91 - color contains mainly: red. Hex color #5B014F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B014F is #A4FEB0. Grayscale: #242424. Windows color (decimal): -10813105 or 5177691. OLE color: 5177691.

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

Color convert

RGB91179-
CMYK00.990.130.64
HSL308º97.83%18.04%-
HSV(B)308º98.9%35.69%-
XYZ5.742.817.64-
YUV36.8151.82166.66-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 53.22%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 79 (31.25% from 255) = 46.20%
R=53.22%
G=0.58%
B=46.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.13
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9117900.990.130.6430897.8318.04
Hex5B14F063D401346212
Octal133111701431510046414222
Binary1011011110011110110001111011000000100110100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B014F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B014F;
 }
 .AnyTagClassName
 {
   color: #5B014F;
 }
</style>
background-color css

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

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

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

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

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

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