#5E44AD

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

Shades of Royal Purple #5E44AD

Tints of Royal Purple #5E44AD

Color information

#5E44AD (or 0x5E44AD) is unknown color: approx Royal Purple. HEX triplet: 5E, 44 and AD. RGB value is (94,68,173). Sum of RGB (Red+Green+Blue) = 94+68+173=335 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.06% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #5E44AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E44AD is #A1BB52. Grayscale: #575757. Windows color (decimal): -10599251 or 11355230. OLE color: 11355230.

HSL color Cylindrical-coordinate representation of color #5E44AD: hue angle of 254.86º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E44AD is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9468173-
CMYK0.460.6100.32
HSL254.86º43.57%47.25%-
HSV(B)254.86º60.69%67.84%-
XYZ14.239.5340.63-
YUV87.74176.11132.46-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.06%
GREEN value IS 68 (26.95% from 255) = 20.30%
BLUE value IS 173 (67.97% from 255) = 51.64%
R=28.06%
G=20.30%
B=51.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal94681730.460.6100.32254.8643.5747.25
Hex5E44AD2E3D020ff2c2f
Octal13610425556750403775457
Binary1011110100010010101101101110111101010000011111111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E44AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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