#5D3EAE

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

Shades of Royal Purple #5D3EAE

Tints of Royal Purple #5D3EAE

Color information

#5D3EAE (or 0x5D3EAE) is unknown color: approx Royal Purple. HEX triplet: 5D, 3E and AE. RGB value is (93,62,174). Sum of RGB (Red+Green+Blue) = 93+62+174=329 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.27% from 329); Green value is 62 (24.61% from 255 or 18.84% from 329); Blue value is 174 (68.36% from 255 or 52.89% from 329); Max value from RGB is 174 - color contains mainly: blue. Hex color #5D3EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3EAE is #A2C151. Grayscale: #535353. Windows color (decimal): -10666322 or 11419229. OLE color: 11419229.

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

Color convert

RGB9362174-
CMYK0.470.6400.32
HSL256.61º47.46%46.27%-
HSV(B)256.61º64.37%68.24%-
XYZ13.888.8341.02-
YUV84.04178.77134.39-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.27%
GREEN value IS 62 (24.61% from 255) = 18.84%
BLUE value IS 174 (68.36% from 255) = 52.89%
R=28.27%
G=18.84%
B=52.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal93621740.470.6400.32256.6147.4646.27
Hex5D3EAE2F400201012f2e
Octal13576256571000404015756
Binary10111011111101010111010111110000000100000100000001101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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