#5B012D

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

Shades of Tyrian Purple #5B012D

Tints of Tyrian Purple #5B012D

Color information

#5B012D (or 0x5B012D) is unknown color: approx Tyrian Purple. HEX triplet: 5B, 01 and 2D. RGB value is (91,1,45). Sum of RGB (Red+Green+Blue) = 91+1+45=137 (18% of max value = 765). Red value is 91 (35.94% from 255 or 66.42% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 45 (17.97% from 255 or 32.85% from 137); Max value from RGB is 91 - color contains mainly: red. Hex color #5B012D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B012D is #A4FED2. Grayscale: #202020. Windows color (decimal): -10813139 or 2949467. OLE color: 2949467.

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

Color convert

RGB91145-
CMYK00.990.510.64
HSL330.67º97.83%18.04%-
HSV(B)330.67º98.9%35.69%-
XYZ4.82.442.7-
YUV32.93134.82169.42-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 66.42%
GREEN value IS 1 (0.78% from 255) = 0.73%
BLUE value IS 45 (17.97% from 255) = 32.85%
R=66.42%
G=0.73%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.51
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9114500.990.510.64330.6797.8318.04
Hex5B12D063334014b6212
Octal13315501436310051314222
Binary10110111101101011000111100111000000101001011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B012D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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