#5B3AA9

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

Shades of Royal Purple #5B3AA9

Tints of Royal Purple #5B3AA9

Color information

#5B3AA9 (or 0x5B3AA9) is unknown color: approx Royal Purple. HEX triplet: 5B, 3A and A9. RGB value is (91,58,169). Sum of RGB (Red+Green+Blue) = 91+58+169=318 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.62% from 318); Green value is 58 (23.05% from 255 or 18.24% from 318); Blue value is 169 (66.41% from 255 or 53.14% from 318); Max value from RGB is 169 - color contains mainly: blue. Hex color #5B3AA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B3AA9 is #A4C556. Grayscale: #505050. Windows color (decimal): -10798423 or 11090523. OLE color: 11090523.

HSL color Cylindrical-coordinate representation of color #5B3AA9: hue angle of 257.84º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5B3AA9 is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB9158169-
CMYK0.460.6600.34
HSL257.84º48.9%44.51%-
HSV(B)257.84º65.68%66.27%-
XYZ12.998.1138.42-
YUV80.52177.93135.47-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.62%
GREEN value IS 58 (23.05% from 255) = 18.24%
BLUE value IS 169 (66.41% from 255) = 53.14%
R=28.62%
G=18.24%
B=53.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal91581690.460.6600.34257.8448.944.51
Hex5B3AA92E42022102312d
Octal13372251561020424026155
Binary10110111110101010100110111010000100100010100000010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,58,169); }

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

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

 a { background-color: rgb(91,58,169); }

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

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

 span { border-color: rgb(91,58,169); }

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