#5E319F

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

Shades of Royal Purple #5E319F

Tints of Royal Purple #5E319F

Color information

#5E319F (or 0x5E319F) is unknown color: approx Royal Purple. HEX triplet: 5E, 31 and 9F. RGB value is (94,49,159). Sum of RGB (Red+Green+Blue) = 94+49+159=302 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.13% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 159 (62.5% from 255 or 52.65% from 302); Max value from RGB is 159 - color contains mainly: blue. Hex color #5E319F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E319F is #A1CE60. Grayscale: #4A4A4A. Windows color (decimal): -10604129 or 10432862. OLE color: 10432862.

HSL color Cylindrical-coordinate representation of color #5E319F: hue angle of 264.55º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E319F is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9449159-
CMYK0.410.6900.38
HSL264.55º52.88%40.78%-
HSV(B)264.55º69.18%62.35%-
XYZ11.977.0833.54-
YUV75175.41141.56-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.13%
GREEN value IS 49 (19.53% from 255) = 16.23%
BLUE value IS 159 (62.5% from 255) = 52.65%
R=31.13%
G=16.23%
B=52.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal94491590.410.6900.38264.5552.8840.78
Hex5E319F29450261093529
Octal13661237511050464116551
Binary10111101100011001111110100110001010100110100001001110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E319F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,49,159); }

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

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

 a { background-color: rgb(94,49,159); }

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

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

 span { border-color: rgb(94,49,159); }

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