#5b012a

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

Shades of Tyrian Purple #5B012A

Tints of Tyrian Purple #5B012A

Color information

#5B012A (or 0x5B012A) is unknown color: approx Tyrian Purple. HEX triplet: 5B, 01 and 2A. RGB value is (91,1,42). Sum of RGB (Red+Green+Blue) = 91+1+42=134 (17% of max value = 765). Red value is 91 (35.94% from 255 or 67.91% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 91 - color contains mainly: red. Hex color #5B012A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B012A is #A4FED5. Grayscale: #202020. Windows color (decimal): -10813142 or 2752859. OLE color: 2752859.

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

Color convert

RGB91142-
CMYK00.990.540.64
HSL332.67º97.83%18.04%-
HSV(B)332.67º98.9%35.69%-
XYZ4.742.412.41-
YUV32.58133.32169.67-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 67.91%
GREEN value IS 1 (0.78% from 255) = 0.75%
BLUE value IS 42 (16.80% from 255) = 31.34%
R=67.91%
G=0.75%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.54
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9114200.990.540.64332.6797.8318.04
Hex5B12A063364014d6212
Octal13315201436610051514222
Binary10110111101010011000111101101000000101001101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b012a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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