#5B1042

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

Shades of Tyrian Purple #5B1042

Tints of Tyrian Purple #5B1042

Color information

#5B1042 (or 0x5B1042) is unknown color: approx Tyrian Purple. HEX triplet: 5B, 10 and 42. RGB value is (91,16,66). Sum of RGB (Red+Green+Blue) = 91+16+66=173 (22% of max value = 765). Red value is 91 (35.94% from 255 or 52.60% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 66 (26.17% from 255 or 38.15% from 173); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1042 is #A4EFBD. Grayscale: #2C2C2C. Windows color (decimal): -10809278 or 4329563. OLE color: 4329563.

HSL color Cylindrical-coordinate representation of color #5B1042: hue angle of 320º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B1042 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.64.

Color convert

RGB911666-
CMYK00.820.270.64
HSL320º70.09%20.98%-
HSV(B)320º82.42%35.69%-
XYZ5.482.995.44-
YUV44.12140.35161.43-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 52.60%
GREEN value IS 16 (6.64% from 255) = 9.25%
BLUE value IS 66 (26.17% from 255) = 38.15%
R=52.60%
G=9.25%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.27
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91166600.820.270.6432070.0920.98
Hex5B10420521B401404615
Octal1332010201223310050010625
Binary101101110000100001001010010110111000000101000000100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,16,66); }

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

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

 a { background-color: rgb(91,16,66); }

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

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

 span { border-color: rgb(91,16,66); }

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