#5B044E

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

Shades of Tyrian Purple #5B044E

Tints of Tyrian Purple #5B044E

Color information

#5B044E (or 0x5B044E) is unknown color: approx Tyrian Purple. HEX triplet: 5B, 04 and 4E. RGB value is (91,4,78). Sum of RGB (Red+Green+Blue) = 91+4+78=173 (22% of max value = 765). Red value is 91 (35.94% from 255 or 52.60% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 78 (30.86% from 255 or 45.09% from 173); Max value from RGB is 91 - color contains mainly: red. Hex color #5B044E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B044E is #A4FBB1. Grayscale: #262626. Windows color (decimal): -10812338 or 5112923. OLE color: 5112923.

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

Color convert

RGB91478-
CMYK00.960.140.64
HSL308.97º91.58%18.63%-
HSV(B)308.97º95.6%35.69%-
XYZ5.732.867.46-
YUV38.45150.32165.48-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 52.60%
GREEN value IS 4 (1.95% from 255) = 2.31%
BLUE value IS 78 (30.86% from 255) = 45.09%
R=52.60%
G=2.31%
B=45.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.14
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9147800.960.140.64308.9791.5818.63
Hex5B44E060E401355c13
Octal133411601401610046513423
Binary101101110010011100110000011101000000100110101101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B044E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,4,78); }

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

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

 a { background-color: rgb(91,4,78); }

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

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

 span { border-color: rgb(91,4,78); }

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