#5B1E9F

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

Shades of Royal Purple #5B1E9F

Tints of Royal Purple #5B1E9F

Color information

#5B1E9F (or 0x5B1E9F) is unknown color: approx Royal Purple. HEX triplet: 5B, 1E and 9F. RGB value is (91,30,159). Sum of RGB (Red+Green+Blue) = 91+30+159=280 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.5% from 280); Green value is 30 (12.11% from 255 or 10.71% from 280); Blue value is 159 (62.5% from 255 or 56.79% from 280); Max value from RGB is 159 - color contains mainly: blue. Hex color #5B1E9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B1E9F is #A4E160. Grayscale: #3E3E3E. Windows color (decimal): -10805601 or 10427995. OLE color: 10427995.

HSL color Cylindrical-coordinate representation of color #5B1E9F: hue angle of 268.37º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5B1E9F is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9130159-
CMYK0.430.8100.38
HSL268.37º68.25%37.06%-
HSV(B)268.37º81.13%62.35%-
XYZ11.045.6633.31-
YUV62.95182.21148.01-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.5%
GREEN value IS 30 (12.11% from 255) = 10.71%
BLUE value IS 159 (62.5% from 255) = 56.79%
R=32.5%
G=10.71%
B=56.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal91301590.430.8100.38268.3768.2537.06
Hex5B1E9F2B5102610c4425
Octal133362375312104641410445
Binary10110111111010011111101011101000101001101000011001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,30,159); }

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

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

 a { background-color: rgb(91,30,159); }

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

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

 span { border-color: rgb(91,30,159); }

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