#5D3CAB

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

Shades of Royal Purple #5D3CAB

Tints of Royal Purple #5D3CAB

Color information

#5D3CAB (or 0x5D3CAB) is unknown color: approx Royal Purple. HEX triplet: 5D, 3C and AB. RGB value is (93,60,171). Sum of RGB (Red+Green+Blue) = 93+60+171=324 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.70% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #5D3CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3CAB is #A2C354. Grayscale: #525252. Windows color (decimal): -10666837 or 11222109. OLE color: 11222109.

HSL color Cylindrical-coordinate representation of color #5D3CAB: hue angle of 257.84º 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 #5D3CAB is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9360171-
CMYK0.460.6500.33
HSL257.84º48.05%45.29%-
HSV(B)257.84º64.91%67.06%-
XYZ13.488.539.46-
YUV82.52177.93135.47-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.70%
GREEN value IS 60 (23.83% from 255) = 18.52%
BLUE value IS 171 (67.19% from 255) = 52.78%
R=28.70%
G=18.52%
B=52.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal93601710.460.6500.33257.8448.0545.29
Hex5D3CAB2E41021102302d
Octal13574253561010414026055
Binary10111011111001010101110111010000010100001100000010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,60,171); }

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

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

 a { background-color: rgb(93,60,171); }

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

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

 span { border-color: rgb(93,60,171); }

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