#5B092F

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

Shades of Tyrian Purple #5B092F

Tints of Tyrian Purple #5B092F

Color information

#5B092F (or 0x5B092F) is unknown color: approx Tyrian Purple. HEX triplet: 5B, 09 and 2F. RGB value is (91,9,47). Sum of RGB (Red+Green+Blue) = 91+9+47=147 (19% of max value = 765). Red value is 91 (35.94% from 255 or 61.90% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 91 - color contains mainly: red. Hex color #5B092F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B092F is #A4F6D0. Grayscale: #252525. Windows color (decimal): -10811089 or 3082587. OLE color: 3082587.

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

Color convert

RGB91947-
CMYK00.900.480.64
HSL332.2º82%19.61%-
HSV(B)332.2º90.11%35.69%-
XYZ4.932.622.94-
YUV37.85133.17165.91-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 61.90%
GREEN value IS 9 (3.91% from 255) = 6.12%
BLUE value IS 47 (18.75% from 255) = 31.97%
R=61.90%
G=6.12%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.48
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9194700.900.480.64332.28219.61
Hex5B92F05A304014c5214
Octal133115701326010051412224
Binary10110111001101111010110101100001000000101001100101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B092F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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