#5B0945

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

Shades of Tyrian Purple #5B0945

Tints of Tyrian Purple #5B0945

Color information

#5B0945 (or 0x5B0945) is unknown color: approx Tyrian Purple. HEX triplet: 5B, 09 and 45. RGB value is (91,9,69). Sum of RGB (Red+Green+Blue) = 91+9+69=169 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.85% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 69 (27.34% from 255 or 40.83% from 169); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0945 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0945 is #A4F6BA. Grayscale: #282828. Windows color (decimal): -10811067 or 4524379. OLE color: 4524379.

HSL color Cylindrical-coordinate representation of color #5B0945: hue angle of 316.1º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B0945 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.64.

Color convert

RGB91969-
CMYK00.900.240.64
HSL316.1º82%19.61%-
HSV(B)316.1º90.11%35.69%-
XYZ5.492.855.89-
YUV40.36144.17164.12-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 53.85%
GREEN value IS 9 (3.91% from 255) = 5.33%
BLUE value IS 69 (27.34% from 255) = 40.83%
R=53.85%
G=5.33%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.24
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9196900.900.240.64316.18219.61
Hex5B94505A184013c5214
Octal1331110501323010047412224
Binary10110111001100010101011010110001000000100111100101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,9,69); }

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

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

 a { background-color: rgb(91,9,69); }

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

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

 span { border-color: rgb(91,9,69); }

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