#5D3AA5

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

Shades of Royal Purple #5D3AA5

Tints of Royal Purple #5D3AA5

Color information

#5D3AA5 (or 0x5D3AA5) is unknown color: approx Royal Purple. HEX triplet: 5D, 3A and A5. RGB value is (93,58,165). Sum of RGB (Red+Green+Blue) = 93+58+165=316 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.43% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 165 (64.84% from 255 or 52.22% from 316); Max value from RGB is 165 - color contains mainly: blue. Hex color #5D3AA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3AA5 is #A2C55A. Grayscale: #505050. Windows color (decimal): -10667355 or 10828381. OLE color: 10828381.

HSL color Cylindrical-coordinate representation of color #5D3AA5: hue angle of 259.63º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5D3AA5 is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9358165-
CMYK0.440.6500.35
HSL259.63º47.98%43.73%-
HSV(B)259.63º64.85%64.71%-
XYZ12.828.0736.48-
YUV80.66175.6136.8-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.43%
GREEN value IS 58 (23.05% from 255) = 18.35%
BLUE value IS 165 (64.84% from 255) = 52.22%
R=29.43%
G=18.35%
B=52.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal93581650.440.6500.35259.6347.9843.73
Hex5D3AA52C41023104302c
Octal13572245541010434046054
Binary10111011110101010010110110010000010100011100000100110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,58,165); }

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

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

 a { background-color: rgb(93,58,165); }

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

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

 span { border-color: rgb(93,58,165); }

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