#5D3BAD

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

Shades of Royal Purple #5D3BAD

Tints of Royal Purple #5D3BAD

Color information

#5D3BAD (or 0x5D3BAD) is unknown color: approx Royal Purple. HEX triplet: 5D, 3B and AD. RGB value is (93,59,173). Sum of RGB (Red+Green+Blue) = 93+59+173=325 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.62% from 325); Green value is 59 (23.44% from 255 or 18.15% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #5D3BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3BAD is #A2C452. Grayscale: #515151. Windows color (decimal): -10667091 or 11352925. OLE color: 11352925.

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

Color convert

RGB9359173-
CMYK0.460.6600.32
HSL257.89º49.14%45.49%-
HSV(B)257.89º65.9%67.84%-
XYZ13.628.4740.45-
YUV82.16179.26135.73-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.62%
GREEN value IS 59 (23.44% from 255) = 18.15%
BLUE value IS 173 (67.97% from 255) = 53.23%
R=28.62%
G=18.15%
B=53.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal93591730.460.6600.32257.8949.1445.49
Hex5D3BAD2E42020102312d
Octal13573255561020404026155
Binary10111011110111010110110111010000100100000100000010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,59,173); }

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

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

 a { background-color: rgb(93,59,173); }

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

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

 span { border-color: rgb(93,59,173); }

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