#5B29A1

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

Shades of Royal Purple #5B29A1

Tints of Royal Purple #5B29A1

Color information

#5B29A1 (or 0x5B29A1) is unknown color: approx Royal Purple. HEX triplet: 5B, 29 and A1. RGB value is (91,41,161). Sum of RGB (Red+Green+Blue) = 91+41+161=293 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.06% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 161 (63.28% from 255 or 54.95% from 293); Max value from RGB is 161 - color contains mainly: blue. Hex color #5B29A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B29A1 is #A4D65E. Grayscale: #454545. Windows color (decimal): -10802783 or 10561883. OLE color: 10561883.

HSL color Cylindrical-coordinate representation of color #5B29A1: hue angle of 265º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5B29A1 is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB9141161-
CMYK0.430.7500.37
HSL265º59.41%39.61%-
HSV(B)265º74.53%63.14%-
XYZ11.546.3834.34-
YUV69.63179.56143.24-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.06%
GREEN value IS 41 (16.41% from 255) = 13.99%
BLUE value IS 161 (63.28% from 255) = 54.95%
R=31.06%
G=13.99%
B=54.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal91411610.430.7500.3726559.4139.61
Hex5B29A12B4B0251093b28
Octal13351241531130454117350
Binary10110111010011010000110101110010110100101100001001111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B29A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,41,161); }

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

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

 a { background-color: rgb(91,41,161); }

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

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

 span { border-color: rgb(91,41,161); }

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