#5B084E

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

Shades of Tyrian Purple #5B084E

Tints of Tyrian Purple #5B084E

Color information

#5B084E (or 0x5B084E) is unknown color: approx Tyrian Purple. HEX triplet: 5B, 08 and 4E. RGB value is (91,8,78). Sum of RGB (Red+Green+Blue) = 91+8+78=177 (23% of max value = 765). Red value is 91 (35.94% from 255 or 51.41% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 78 (30.86% from 255 or 44.07% from 177); Max value from RGB is 91 - color contains mainly: red. Hex color #5B084E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B084E is #A4F7B1. Grayscale: #282828. Windows color (decimal): -10811314 or 5113947. OLE color: 5113947.

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

Color convert

RGB91878-
CMYK00.910.140.64
HSL309.4º83.84%19.41%-
HSV(B)309.4º91.21%35.69%-
XYZ5.782.957.47-
YUV40.8149163.81-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 51.41%
GREEN value IS 8 (3.52% from 255) = 4.52%
BLUE value IS 78 (30.86% from 255) = 44.07%
R=51.41%
G=4.52%
B=44.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.14
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9187800.910.140.64309.483.8419.41
Hex5B84E05BE401355413
Octal1331011601331610046512423
Binary1011011100010011100101101111101000000100110101101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B084E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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