#5B0637

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

Shades of Tyrian Purple #5B0637

Tints of Tyrian Purple #5B0637

Color information

#5B0637 (or 0x5B0637) is unknown color: approx Tyrian Purple. HEX triplet: 5B, 06 and 37. RGB value is (91,6,55). Sum of RGB (Red+Green+Blue) = 91+6+55=152 (20% of max value = 765). Red value is 91 (35.94% from 255 or 59.87% from 152); Green value is 6 (2.73% from 255 or 3.95% from 152); Blue value is 55 (21.88% from 255 or 36.18% from 152); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0637 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0637 is #A4F9C8. Grayscale: #242424. Windows color (decimal): -10811849 or 3606107. OLE color: 3606107.

HSL color Cylindrical-coordinate representation of color #5B0637: hue angle of 325.41º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5B0637 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.64.

Color convert

RGB91655-
CMYK00.930.400.64
HSL325.41º87.63%19.02%-
HSV(B)325.41º93.41%35.69%-
XYZ5.072.633.85-
YUV37138.16166.52-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 59.87%
GREEN value IS 6 (2.73% from 255) = 3.95%
BLUE value IS 55 (21.88% from 255) = 36.18%
R=59.87%
G=3.95%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.40
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9165500.930.400.64325.4187.6319.02
Hex5B63705D28401455813
Octal13366701355010050513023
Binary1011011110110111010111011010001000000101000101101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,6,55); }

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

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

 a { background-color: rgb(91,6,55); }

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

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

 span { border-color: rgb(91,6,55); }

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