#5B2EA2

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

Shades of Royal Purple #5B2EA2

Tints of Royal Purple #5B2EA2

Color information

#5B2EA2 (or 0x5B2EA2) is unknown color: approx Royal Purple. HEX triplet: 5B, 2E and A2. RGB value is (91,46,162). Sum of RGB (Red+Green+Blue) = 91+46+162=299 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.43% from 299); Green value is 46 (18.36% from 255 or 15.38% from 299); Blue value is 162 (63.67% from 255 or 54.18% from 299); Max value from RGB is 162 - color contains mainly: blue. Hex color #5B2EA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2EA2 is #A4D15D. Grayscale: #484848. Windows color (decimal): -10801502 or 10628699. OLE color: 10628699.

HSL color Cylindrical-coordinate representation of color #5B2EA2: hue angle of 263.28º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5B2EA2 is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9146162-
CMYK0.440.7200.36
HSL263.28º55.77%40.78%-
HSV(B)263.28º71.6%63.53%-
XYZ11.816.7934.87-
YUV72.68178.41141.07-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.43%
GREEN value IS 46 (18.36% from 255) = 15.38%
BLUE value IS 162 (63.67% from 255) = 54.18%
R=30.43%
G=15.38%
B=54.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal91461620.440.7200.36263.2855.7740.78
Hex5B2EA22C480241073829
Octal13356242541100444077051
Binary10110111011101010001010110010010000100100100000111111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,46,162); }

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

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

 a { background-color: rgb(91,46,162); }

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

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

 span { border-color: rgb(91,46,162); }

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