#5B28A1

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

Shades of Royal Purple #5B28A1

Tints of Royal Purple #5B28A1

Color information

#5B28A1 (or 0x5B28A1) is unknown color: approx Royal Purple. HEX triplet: 5B, 28 and A1. RGB value is (91,40,161). Sum of RGB (Red+Green+Blue) = 91+40+161=292 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.16% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 161 (63.28% from 255 or 55.14% from 292); Max value from RGB is 161 - color contains mainly: blue. Hex color #5B28A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B28A1 is #A4D75E. Grayscale: #444444. Windows color (decimal): -10803039 or 10561627. OLE color: 10561627.

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

Color convert

RGB9140161-
CMYK0.430.7500.37
HSL265.29º60.2%39.41%-
HSV(B)265.29º75.16%63.14%-
XYZ11.516.3134.33-
YUV69.04179.9143.66-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.16%
GREEN value IS 40 (16.02% from 255) = 13.70%
BLUE value IS 161 (63.28% from 255) = 55.14%
R=31.16%
G=13.70%
B=55.14%

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
Decimal91401610.430.7500.37265.2960.239.41
Hex5B28A12B4B0251093c27
Octal13350241531130454117447
Binary10110111010001010000110101110010110100101100001001111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B28A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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