#5D41AE

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

Shades of Royal Purple #5D41AE

Tints of Royal Purple #5D41AE

Color information

#5D41AE (or 0x5D41AE) is unknown color: approx Royal Purple. HEX triplet: 5D, 41 and AE. RGB value is (93,65,174). Sum of RGB (Red+Green+Blue) = 93+65+174=332 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.01% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #5D41AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D41AE is #A2BE51. Grayscale: #555555. Windows color (decimal): -10665554 or 11419997. OLE color: 11419997.

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

Color convert

RGB9365174-
CMYK0.470.6300.32
HSL255.41º45.61%46.86%-
HSV(B)255.41º62.64%68.24%-
XYZ14.049.1641.07-
YUV85.8177.78133.14-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.01%
GREEN value IS 65 (25.78% from 255) = 19.58%
BLUE value IS 174 (68.36% from 255) = 52.41%
R=28.01%
G=19.58%
B=52.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal93651740.470.6300.32255.4145.6146.86
Hex5D41AE2F3F020ff2e2f
Octal13510125657770403775657
Binary1011101100000110101110101111111111010000011111111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D41AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,65,174); }

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

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

 a { background-color: rgb(93,65,174); }

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

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

 span { border-color: rgb(93,65,174); }

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