#5B094B

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

Shades of Tyrian Purple #5B094B

Tints of Tyrian Purple #5B094B

Color information

#5B094B (or 0x5B094B) is unknown color: approx Tyrian Purple. HEX triplet: 5B, 09 and 4B. RGB value is (91,9,75). Sum of RGB (Red+Green+Blue) = 91+9+75=175 (23% of max value = 765). Red value is 91 (35.94% from 255 or 52% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 75 (29.69% from 255 or 42.86% from 175); Max value from RGB is 91 - color contains mainly: red. Hex color #5B094B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B094B is #A4F6B4. Grayscale: #282828. Windows color (decimal): -10811061 or 4917595. OLE color: 4917595.

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

Color convert

RGB91975-
CMYK00.900.180.64
HSL311.71º82%19.61%-
HSV(B)311.71º90.11%35.69%-
XYZ5.682.936.92-
YUV41.04147.17163.63-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 52%
GREEN value IS 9 (3.91% from 255) = 5.14%
BLUE value IS 75 (29.69% from 255) = 42.86%
R=52%
G=5.14%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9197500.900.180.64311.718219.61
Hex5B94B05A12401385214
Octal1331111301322210047012224
Binary10110111001100101101011010100101000000100111000101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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