#5B014A

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

Shades of Tyrian Purple #5B014A

Tints of Tyrian Purple #5B014A

Color information

#5B014A (or 0x5B014A) is unknown color: approx Tyrian Purple. HEX triplet: 5B, 01 and 4A. RGB value is (91,1,74). Sum of RGB (Red+Green+Blue) = 91+1+74=166 (21% of max value = 765). Red value is 91 (35.94% from 255 or 54.82% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 74 (29.30% from 255 or 44.58% from 166); Max value from RGB is 91 - color contains mainly: red. Hex color #5B014A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B014A is #A4FEB5. Grayscale: #242424. Windows color (decimal): -10813110 or 4850011. OLE color: 4850011.

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

Color convert

RGB91174-
CMYK00.990.190.64
HSL311.33º97.83%18.04%-
HSV(B)311.33º98.9%35.69%-
XYZ5.562.746.71-
YUV36.23149.32167.06-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 54.82%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 74 (29.30% from 255) = 44.58%
R=54.82%
G=0.60%
B=44.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.19
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9117400.990.190.64311.3397.8318.04
Hex5B14A06313401376212
Octal133111201432310046714222
Binary10110111100101001100011100111000000100110111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B014A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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