#5E41B0

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

Shades of Royal Purple #5E41B0

Tints of Royal Purple #5E41B0

Color information

#5E41B0 (or 0x5E41B0) is unknown color: approx Royal Purple. HEX triplet: 5E, 41 and B0. RGB value is (94,65,176). Sum of RGB (Red+Green+Blue) = 94+65+176=335 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.06% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 176 (69.14% from 255 or 52.54% from 335); Max value from RGB is 176 - color contains mainly: blue. Hex color #5E41B0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E41B0 is #A1BE4F. Grayscale: #555555. Windows color (decimal): -10600016 or 11551070. OLE color: 11551070.

HSL color Cylindrical-coordinate representation of color #5E41B0: hue angle of 255.68º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E41B0 is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9465176-
CMYK0.470.6300.31
HSL255.68º46.06%47.25%-
HSV(B)255.68º63.07%69.02%-
XYZ14.349.2942.11-
YUV86.32178.61133.47-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.06%
GREEN value IS 65 (25.78% from 255) = 19.40%
BLUE value IS 176 (69.14% from 255) = 52.54%
R=28.06%
G=19.40%
B=52.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal94651760.470.6300.31255.6846.0647.25
Hex5E41B02F3F01F1002e2f
Octal13610126057770374005657
Binary1011110100000110110000101111111111011111100000000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E41B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,65,176); }

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

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

 a { background-color: rgb(94,65,176); }

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

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

 span { border-color: rgb(94,65,176); }

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