#5B41AC

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

Shades of Royal Purple #5B41AC

Tints of Royal Purple #5B41AC

Color information

#5B41AC (or 0x5B41AC) is unknown color: approx Royal Purple. HEX triplet: 5B, 41 and AC. RGB value is (91,65,172). Sum of RGB (Red+Green+Blue) = 91+65+172=328 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.74% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 172 (67.58% from 255 or 52.44% from 328); Max value from RGB is 172 - color contains mainly: blue. Hex color #5B41AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B41AC is #A4BE53. Grayscale: #545454. Windows color (decimal): -10796628 or 11288923. OLE color: 11288923.

HSL color Cylindrical-coordinate representation of color #5B41AC: hue angle of 254.58º 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 #5B41AC is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9165172-
CMYK0.470.6200.33
HSL254.58º45.15%46.47%-
HSV(B)254.58º62.21%67.45%-
XYZ13.658.9840.04-
YUV84.97177.11132.3-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.74%
GREEN value IS 65 (25.78% from 255) = 19.82%
BLUE value IS 172 (67.58% from 255) = 52.44%
R=27.74%
G=19.82%
B=52.44%

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
Decimal91651720.470.6200.33254.5845.1546.47
Hex5B41AC2F3E021ff2d2e
Octal13310125457760413775556
Binary1011011100000110101100101111111110010000111111111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B41AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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