#5B41AB

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

Shades of Royal Purple #5B41AB

Tints of Royal Purple #5B41AB

Color information

#5B41AB (or 0x5B41AB) is unknown color: approx Royal Purple. HEX triplet: 5B, 41 and AB. RGB value is (91,65,171). Sum of RGB (Red+Green+Blue) = 91+65+171=327 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.83% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #5B41AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B41AB is #A4BE54. Grayscale: #545454. Windows color (decimal): -10796629 or 11223387. OLE color: 11223387.

HSL color Cylindrical-coordinate representation of color #5B41AB: hue angle of 254.72º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B41AB is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9165171-
CMYK0.470.6200.33
HSL254.72º44.92%46.27%-
HSV(B)254.72º61.99%67.06%-
XYZ13.568.9539.54-
YUV84.86176.61132.38-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.83%
GREEN value IS 65 (25.78% from 255) = 19.88%
BLUE value IS 171 (67.19% from 255) = 52.29%
R=27.83%
G=19.88%
B=52.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91651710.470.6200.33254.7244.9246.27
Hex5B41AB2F3E021ff2d2e
Octal13310125357760413775556
Binary1011011100000110101011101111111110010000111111111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B41AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,65,171); }

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

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

 a { background-color: rgb(91,65,171); }

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

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

 span { border-color: rgb(91,65,171); }

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