#5B0E38

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

Shades of Tyrian Purple #5B0E38

Tints of Tyrian Purple #5B0E38

Color information

#5B0E38 (or 0x5B0E38) is unknown color: approx Tyrian Purple. HEX triplet: 5B, 0E and 38. RGB value is (91,14,56). Sum of RGB (Red+Green+Blue) = 91+14+56=161 (21% of max value = 765). Red value is 91 (35.94% from 255 or 56.52% from 161); Green value is 14 (5.86% from 255 or 8.70% from 161); Blue value is 56 (22.27% from 255 or 34.78% from 161); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0E38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0E38 is #A4F1C7. Grayscale: #292929. Windows color (decimal): -10809800 or 3673691. OLE color: 3673691.

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

Color convert

RGB911456-
CMYK00.850.380.64
HSL327.27º73.33%20.59%-
HSV(B)327.27º84.62%35.69%-
XYZ5.192.824.01-
YUV41.81136.01163.08-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 56.52%
GREEN value IS 14 (5.86% from 255) = 8.70%
BLUE value IS 56 (22.27% from 255) = 34.78%
R=56.52%
G=8.70%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.38
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91145600.850.380.64327.2773.3320.59
Hex5BE3805526401474915
Octal133167001254610050711125
Binary10110111110111000010101011001101000000101000111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,14,56); }

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

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

 a { background-color: rgb(91,14,56); }

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

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

 span { border-color: rgb(91,14,56); }

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