#5B054C

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

Shades of Tyrian Purple #5B054C

Tints of Tyrian Purple #5B054C

Color information

#5B054C (or 0x5B054C) is unknown color: approx Tyrian Purple. HEX triplet: 5B, 05 and 4C. RGB value is (91,5,76). Sum of RGB (Red+Green+Blue) = 91+5+76=172 (22% of max value = 765). Red value is 91 (35.94% from 255 or 52.91% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 76 (30.08% from 255 or 44.19% from 172); Max value from RGB is 91 - color contains mainly: red. Hex color #5B054C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B054C is #A4FAB3. Grayscale: #262626. Windows color (decimal): -10812084 or 4982107. OLE color: 4982107.

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

Color convert

RGB91576-
CMYK00.950.160.64
HSL310.47º89.58%18.82%-
HSV(B)310.47º94.51%35.69%-
XYZ5.672.857.09-
YUV38.81148.99165.23-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 52.91%
GREEN value IS 5 (2.34% from 255) = 2.91%
BLUE value IS 76 (30.08% from 255) = 44.19%
R=52.91%
G=2.91%
B=44.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.16
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9157600.950.160.64310.4789.5818.82
Hex5B54C05F10401365a13
Octal133511401372010046613223
Binary1011011101100110001011111100001000000100110110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B054C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,5,76); }

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

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

 a { background-color: rgb(91,5,76); }

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

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

 span { border-color: rgb(91,5,76); }

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