#5B002E

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

Shades of Tyrian Purple #5B002E

Tints of Tyrian Purple #5B002E

Color information

#5B002E (or 0x5B002E) is unknown color: approx Tyrian Purple. HEX triplet: 5B, 00 and 2E. RGB value is (91,0,46). Sum of RGB (Red+Green+Blue) = 91+0+46=137 (18% of max value = 765). Red value is 91 (35.94% from 255 or 66.42% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 46 (18.36% from 255 or 33.58% from 137); Max value from RGB is 91 - color contains mainly: red. Hex color #5B002E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B002E is #A4FFD1. Grayscale: #202020. Windows color (decimal): -10813394 or 3014747. OLE color: 3014747.

HSL color Cylindrical-coordinate representation of color #5B002E: hue angle of 329.67º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B002E is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.64.

Color convert

RGB91046-
CMYK010.490.64
HSL329.67º100%17.84%-
HSV(B)329.67º100%35.69%-
XYZ4.812.422.8-
YUV32.45135.65169.76-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 66.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 46 (18.36% from 255) = 33.58%
R=66.42%
G=0%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.49
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91046010.490.64329.6710017.84
Hex5B02E064314014a6412
Octal13305601446110051214422
Binary10110110101110011001001100011000000101001010110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B002E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,0,46); }

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

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

 a { background-color: rgb(91,0,46); }

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

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

 span { border-color: rgb(91,0,46); }

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