#5E44AA

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

Shades of Royal Purple #5E44AA

Tints of Royal Purple #5E44AA

Color information

#5E44AA (or 0x5E44AA) is unknown color: approx Royal Purple. HEX triplet: 5E, 44 and AA. RGB value is (94,68,170). Sum of RGB (Red+Green+Blue) = 94+68+170=332 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.31% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E44AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E44AA is #A1BB55. Grayscale: #575757. Windows color (decimal): -10599254 or 11158622. OLE color: 11158622.

HSL color Cylindrical-coordinate representation of color #5E44AA: hue angle of 255.29º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E44AA is Cyan = 0.45, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9468170-
CMYK0.450.600.33
HSL255.29º42.86%46.67%-
HSV(B)255.29º60%66.67%-
XYZ13.949.4239.11-
YUV87.4174.61132.71-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.31%
GREEN value IS 68 (26.95% from 255) = 20.48%
BLUE value IS 170 (66.80% from 255) = 51.20%
R=28.31%
G=20.48%
B=51.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal94681700.450.600.33255.2942.8646.67
Hex5E44AA2D3C021ff2b2f
Octal13610425255740413775357
Binary1011110100010010101010101101111100010000111111111101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E44AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,68,170); }

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

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

 a { background-color: rgb(94,68,170); }

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

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

 span { border-color: rgb(94,68,170); }

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