#5B3BAC

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

Shades of Royal Purple #5B3BAC

Tints of Royal Purple #5B3BAC

Color information

#5B3BAC (or 0x5B3BAC) is unknown color: approx Royal Purple. HEX triplet: 5B, 3B and AC. RGB value is (91,59,172). Sum of RGB (Red+Green+Blue) = 91+59+172=322 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.26% from 322); Green value is 59 (23.44% from 255 or 18.32% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #5B3BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B3BAC is #A4C453. Grayscale: #515151. Windows color (decimal): -10798164 or 11287387. OLE color: 11287387.

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

Color convert

RGB9159172-
CMYK0.470.6600.33
HSL256.99º48.92%45.29%-
HSV(B)256.99º65.7%67.45%-
XYZ13.328.3339.94-
YUV81.45179.1134.81-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.26%
GREEN value IS 59 (23.44% from 255) = 18.32%
BLUE value IS 172 (67.58% from 255) = 53.42%
R=28.26%
G=18.32%
B=53.42%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91591720.470.6600.33256.9948.9245.29
Hex5B3BAC2F42021101312d
Octal13373254571020414016155
Binary10110111110111010110010111110000100100001100000001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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