#5D3BAA

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

Shades of Royal Purple #5D3BAA

Tints of Royal Purple #5D3BAA

Color information

#5D3BAA (or 0x5D3BAA) is unknown color: approx Royal Purple. HEX triplet: 5D, 3B and AA. RGB value is (93,59,170). Sum of RGB (Red+Green+Blue) = 93+59+170=322 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.88% from 322); Green value is 59 (23.44% from 255 or 18.32% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #5D3BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3BAA is #A2C455. Grayscale: #515151. Windows color (decimal): -10667094 or 11156317. OLE color: 11156317.

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

Color convert

RGB9359170-
CMYK0.450.6500.33
HSL258.38º48.47%44.9%-
HSV(B)258.38º65.29%66.67%-
XYZ13.338.3638.94-
YUV81.82177.76135.97-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.88%
GREEN value IS 59 (23.44% from 255) = 18.32%
BLUE value IS 170 (66.80% from 255) = 52.80%
R=28.88%
G=18.32%
B=52.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal93591700.450.6500.33258.3848.4744.9
Hex5D3BAA2D41021102302d
Octal13573252551010414026055
Binary10111011110111010101010110110000010100001100000010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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