#5E40AF

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

Shades of Royal Purple #5E40AF

Tints of Royal Purple #5E40AF

Color information

#5E40AF (or 0x5E40AF) is unknown color: approx Royal Purple. HEX triplet: 5E, 40 and AF. RGB value is (94,64,175). Sum of RGB (Red+Green+Blue) = 94+64+175=333 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.23% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 175 (68.75% from 255 or 52.55% from 333); Max value from RGB is 175 - color contains mainly: blue. Hex color #5E40AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E40AF is #A1BF50. Grayscale: #555555. Windows color (decimal): -10600273 or 11485278. OLE color: 11485278.

HSL color Cylindrical-coordinate representation of color #5E40AF: hue angle of 256.22º 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 #5E40AF is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9464175-
CMYK0.460.6300.31
HSL256.22º46.44%46.86%-
HSV(B)256.22º63.43%68.63%-
XYZ14.199.1441.57-
YUV85.62178.44133.97-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.23%
GREEN value IS 64 (25.39% from 255) = 19.22%
BLUE value IS 175 (68.75% from 255) = 52.55%
R=28.23%
G=19.22%
B=52.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal94641750.460.6300.31256.2246.4446.86
Hex5E40AF2E3F01F1002e2f
Octal13610025756770374005657
Binary1011110100000010101111101110111111011111100000000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E40AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,64,175); }

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

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

 a { background-color: rgb(94,64,175); }

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

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

 span { border-color: rgb(94,64,175); }

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