#5B0122

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

Shades of Tyrian Purple #5B0122

Tints of Tyrian Purple #5B0122

Color information

#5B0122 (or 0x5B0122) is unknown color: approx Tyrian Purple. HEX triplet: 5B, 01 and 22. RGB value is (91,1,34). Sum of RGB (Red+Green+Blue) = 91+1+34=126 (16% of max value = 765). Red value is 91 (35.94% from 255 or 72.22% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 34 (13.67% from 255 or 26.98% from 126); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0122 is #A4FEDD. Grayscale: #1F1F1F. Windows color (decimal): -10813150 or 2228571. OLE color: 2228571.

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

Color convert

RGB91134-
CMYK00.990.630.64
HSL338º97.83%18.04%-
HSV(B)338º98.9%35.69%-
XYZ4.612.361.73-
YUV31.67129.32170.32-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 72.22%
GREEN value IS 1 (0.78% from 255) = 0.79%
BLUE value IS 34 (13.67% from 255) = 26.98%
R=72.22%
G=0.79%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.63
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9113400.990.630.6433897.8318.04
Hex5B1220633F401526212
Octal13314201437710052214222
Binary10110111100010011000111111111000000101010010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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