#5B3FA9

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

Shades of Royal Purple #5B3FA9

Tints of Royal Purple #5B3FA9

Color information

#5B3FA9 (or 0x5B3FA9) is unknown color: approx Royal Purple. HEX triplet: 5B, 3F and A9. RGB value is (91,63,169). Sum of RGB (Red+Green+Blue) = 91+63+169=323 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.17% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 169 (66.41% from 255 or 52.32% from 323); Max value from RGB is 169 - color contains mainly: blue. Hex color #5B3FA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B3FA9 is #A4C056. Grayscale: #535353. Windows color (decimal): -10797143 or 11091803. OLE color: 11091803.

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

Color convert

RGB9163169-
CMYK0.460.6300.34
HSL255.85º45.69%45.49%-
HSV(B)255.85º62.72%66.27%-
XYZ13.258.6438.51-
YUV83.46176.28133.38-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.17%
GREEN value IS 63 (25% from 255) = 19.50%
BLUE value IS 169 (66.41% from 255) = 52.32%
R=28.17%
G=19.50%
B=52.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal91631690.460.6300.34255.8545.6945.49
Hex5B3FA92E3F0221002e2d
Octal1337725156770424005655
Binary1011011111111101010011011101111110100010100000000101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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