#5D3AAC

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

Shades of Royal Purple #5D3AAC

Tints of Royal Purple #5D3AAC

Color information

#5D3AAC (or 0x5D3AAC) is unknown color: approx Royal Purple. HEX triplet: 5D, 3A and AC. RGB value is (93,58,172). Sum of RGB (Red+Green+Blue) = 93+58+172=323 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.79% from 323); Green value is 58 (23.05% from 255 or 17.96% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #5D3AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3AAC is #A2C553. Grayscale: #515151. Windows color (decimal): -10667348 or 11287133. OLE color: 11287133.

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

Color convert

RGB9358172-
CMYK0.460.6600.33
HSL258.42º49.57%45.1%-
HSV(B)258.42º66.28%67.45%-
XYZ13.478.3339.93-
YUV81.46179.1136.23-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.79%
GREEN value IS 58 (23.05% from 255) = 17.96%
BLUE value IS 172 (67.58% from 255) = 53.25%
R=28.79%
G=17.96%
B=53.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal93581720.460.6600.33258.4249.5745.1
Hex5D3AAC2E42021102322d
Octal13572254561020414026255
Binary10111011110101010110010111010000100100001100000010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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